The “Delete Model” operation deletes the particular model that has been identified during the training. The model is trained using the “Train Model” operation of the Forms Recognizer API. API Reference
API Reference – https://bit.ly/2K9Kr6W
- Launch Postman
- Append your endpoint URL from pre-requisites step with /formrecognizer/v1.0-preview/custom/models/{id}
- Where id – Model Id retrieved from Train Model endpoint
- Provide the subscription key and content-type in Headers tab

- Click on Send and and the specified model will be deleted and status 204 No Content denotes that the model artifacts are successfully removed.
