Skip to main content
DELETE
/
assets
/
{asset_id}
Delete Asset
curl --request DELETE \
  --url http://0.0.0.0:8008/assets/{asset_id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

JWT in Authorization header. 'Bearer ' prefix optional.

Path Parameters

asset_id
string<uuid>
required

The ID of the asset to delete

Response

Successful Response