API DocsRESTAsset service

DeleteAsset

Deletes an asset.

DELETE
/api/v1/assets/{assetId}

Path Parameters

assetId
Required
string

The id of the asset to be deleted. Required.

curl -X DELETE "<API_URL>/api/v1/assets/string" \
  -H "Authorization: Bearer <API_KEY>"

A successful response.

{}