Skip to main content
DELETE
/
api
/
v1
/
assets
/
{id}
Delete asset (soft)
curl --request DELETE \
  --url https://api.callaro.ai/api/v1/assets/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {},
  "message": "<string>",
  "meta": {},
  "request_id": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

Deleted

data
object
message
string | null
meta
object
request_id
string | null