curl --request DELETE \
--url https://api.tensormesh.ai/v1/models/{modelId} \
--header 'Authorization: Bearer <token>'{
"empty": {}
}Deletes an existing model deployment.
curl --request DELETE \
--url https://api.tensormesh.ai/v1/models/{modelId} \
--header 'Authorization: Bearer <token>'{
"empty": {}
}Documentation Index
Fetch the complete documentation index at: https://docs.tensormesh.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication using an access token. Format: Bearer <access_token>
Model ID to delete. Must be provided.
User ID for authorization. Must be a valid UUID.
A successful response.
DeleteModelResponse confirms the deletion of a model.
Was this page helpful?