curl --request DELETE \
--url https://api.tensormesh.ai/v1/admin/models/{modelId} \
--header 'Authorization: Bearer <token>'{}Deletes a model by id (admin only). Does not require ownership.
curl --request DELETE \
--url https://api.tensormesh.ai/v1/admin/models/{modelId} \
--header 'Authorization: Bearer <token>'{}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 to delete.
Admin performing the delete.
A successful response.
AdminModelServiceDeleteModelResponse is the response for admin delete model.
Was this page helpful?