Skip to main content
DELETE
/
assets
/
{id}
curl -X DELETE 'https://app.filemonk.io/api/v1/external/assets/a1b2c3d4-e5f6-7890-abcd-ef1234567890' \
  -H 'X-Auth-Token: fm_api_key_your_key_here'
{
  "error": "Asset not found"
}

Documentation Index

Fetch the complete documentation index at: https://docs.filemonk.io/llms.txt

Use this file to discover all available pages before exploring further.

Path parameters

id
string
required
The asset’s unique identifier (UUID).

Response

Returns 204 No Content on success. This action is permanent and cannot be undone.
Deleting an asset removes it from all digital products it was linked to. Existing orders that have already been fulfilled are not affected — customers who have already purchased will retain their download access.
curl -X DELETE 'https://app.filemonk.io/api/v1/external/assets/a1b2c3d4-e5f6-7890-abcd-ef1234567890' \
  -H 'X-Auth-Token: fm_api_key_your_key_here'
{
  "error": "Asset not found"
}