Skip to main content
DELETE
/
v1
/
models
/
{name}
Remove a fast-trained model
curl --request DELETE \
  --url https://models.fineshare.net/v1/models/{name} \
  --header 'Authorization: <authorization>'
{
  "status": "success",
  "message": "Model removed successfully.",
  "modelName": "VoiceModel1"
}

Documentation Index

Fetch the complete documentation index at: https://api.finevoice.ai/llms.txt

Use this file to discover all available pages before exploring further.

Headers

Authorization
string
required

Bearer token for authorization.

Path Parameters

name
string
required

Name of the model to be removed.

Response

Model removed successfully.

status
string
Example:

"success"

message
string
Example:

"Model removed successfully."

modelName
string
Example:

"VoiceModel1"