cURL
curl --request DELETE \ --url https://api.argil.ai/v1/assets/{id} \ --header 'x-api-key: <api-key>'
{ "message": "Asset deleted" }
Delete an uploaded asset
API key to be included in the x-api-key header
Asset deleted
"Asset deleted"
Was this page helpful?