Delete an asset
Assets
Delete an asset
Archives the asset: it immediately stops appearing in list responses and its id returns 404 from every asset endpoint. Archival cannot be undone through the API; previously issued CDN URLs keep serving the file.
DELETE
Delete an asset
Authorizations
Cactal API key. Create one in the dashboard or via POST /apiKeys. The plaintext key is shown once at creation.
Path Parameters
Minimum string length:
1Response
Confirmation that the asset was archived.
The asset was archived: it no longer appears in lists and its id returns 404.