curl --request DELETE \
--url https://api.egp.scale.com/v5/models/{model_id} \
--header 'x-api-key: <api-key>'
{
"id": "<string>",
"object": "model",
"deleted": true
}
curl --request DELETE \
--url https://api.egp.scale.com/v5/models/{model_id} \
--header 'x-api-key: <api-key>'
{
"id": "<string>",
"object": "model",
"deleted": true
}
Successful Response
The response is of type object
.