Skip to main content
DELETE
/
assets
/
{id}
Delete an asset
curl --request DELETE \
  --url https://api.argil.ai/v1/assets/{id} \
  --header 'x-api-key: <api-key>'
{
  "message": "Asset deleted"
}
Soft-deletes an asset. The asset is removed from your library but existing videos that use it will continue to render normally.

Authorizations

x-api-key
string
header
required

API key to be included in the x-api-key header

Path Parameters

id
string<uuid>
required

Response

Asset deleted

message
string
Example:

"Asset deleted"