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

Authorizations

Authorization
string
header
required

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

Path Parameters

modelId
string
required

Model ID to delete. Must be provided.

Query Parameters

userId
string

User ID for authorization. Must be a valid UUID.

Response

A successful response.

DeleteModelResponse confirms the deletion of a model.

empty
object