cURL
curl --request DELETE \ --url https://models.fineshare.net/v1/models/{name} \ --header 'Authorization: <authorization>'
{ "status": "success", "message": "Model removed successfully.", "modelName": "VoiceModel1" }
Permanently delete a specific voice model from your account.
Documentation IndexFetch the complete documentation index at: https://api.finevoice.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://api.finevoice.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer token for authorization.
Name of the model to be removed.
Model removed successfully.
"success"
"Model removed successfully."
"VoiceModel1"