Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
API Reference
Deletes an asset. This action cannot be undone.
cURL
curl --request DELETE \ --url https://app.gomangrove.com/api/v1/assets/{asset_id} \ --header 'Authorization: <api-key>'
{ "status": "error", "statusCode": 404, "errors": [ { "message": "Record not found" } ] }
Asset friendly ID (e.g., asset_abc123def456)
204