Skip to main content
DELETE
/
api
/
assets
/
{asset_id}
Permanently delete an asset and its underlying file
curl --request DELETE \
  --url https://api.example.com/api/assets/{asset_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.gumnut.ai/llms.txt

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

Path Parameters

asset_id
string
required

Asset ID (with asset_ prefix) of the asset to permanently delete.

Response

Successful Response