Skip to main content
DELETE
https://api.tensormesh.ai
/
v1
/
admin
/
models
/
{modelId}
Delete Model
curl --request DELETE \
  --url https://api.tensormesh.ai/v1/admin/models/{modelId} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication using an access token. Format: Bearer <access_token>

Path Parameters

modelId
string
required

Model to delete.

Query Parameters

userId
string

Admin performing the delete.

Response

A successful response.

AdminModelServiceDeleteModelResponse is the response for admin delete model.