Request

Send a POST request to below endpoint. Specify the ID(name) of the model to be deleted by using the model_id parameter in the request body.
curl
--request POST 'https://modelslab.com/api/v1/enterprise/delete_model' \

Body Attributes

key
string
required
Your enterprise API Key used for request authorization.
model_id
string
required
The ID of the model to be deleted.

Body

json
{ 
    "key": "enterprise_api_key", 
    "model_id": "ckpt-model"
}