DELETE
/
v1
/
assets
/
{asset_id}
curl --request DELETE \
  --url https://api.octoai.cloud/v1/assets/{asset_id} \
  --header 'Authorization: Bearer <token>'
{
  "deleted_at": "<string>",
  "id": "<string>"
}

Authorizations

Authorization
string
headerrequired

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

Path Parameters

asset_id
string
required

Response

200 - application/json
deleted_at
string
required

Deletion time.

id
string
required

Asset ID.