Skip to main content
DELETE
https://api.tensormesh.ai
/
v1
/
products
/
{id}
Delete Product
curl --request DELETE \
  --url https://api.tensormesh.ai/v1/products/{id} \
  --header 'Authorization: Bearer <token>'
{
  "deleted": true
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

A successful response.

deleted
boolean