cURL
curl --request DELETE \ --url https://models.fineshare.com/v1/models/{name} \ --header 'Authorization: <authorization>'
{ "status": "success", "message": "Model removed successfully.", "modelName": "VoiceModel1" }
Bearer token for authorization.
Name of the model to be removed.
Model removed successfully.
The response is of type object.
object