Delete Asset
Delete an asset. A foreign, missing, or already-deleted id is an indistinguishable 404, so ids can't be enumerated. Sandbox tokens get a 403 (a sandbox token sits next to potentially-untrusted code and must not be able to destroy the customer's assets — uploading is fine, destruction is not); API keys and user tokens may delete.
Delete an asset.
A foreign, missing, or already-deleted id is an indistinguishable 404, so ids can't be enumerated. Sandbox tokens get a 403 (a sandbox token sits next to potentially-untrusted code and must not be able to destroy the customer's assets — uploading is fine, destruction is not); API keys and user tokens may delete.
Authorization
HTTPBearer In: header
Path Parameters
Header Parameters
Response Body
application/json
curl -X DELETE "https://example.com/v1/assets/string"Get Asset
Return one asset's metadata, its gated dashboard URL, and a short-lived presigned `download_url`. To fetch the bytes locally, call this and then GET download_url immediately — the JSON API never carries the file. The CLI's `agent asset get` wraps exactly that two-step.
Introduction
Alerts endpoints of the Ellipsis REST API.