Skip to main content
DELETE
/
api
/
resources
/
{id}
Delete Resource
curl --request DELETE \
  --url https://dash.empirical.run/api/resources/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "result": {
      "success": true
    }
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.empirical.run/llms.txt

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

Authorizations

Authorization
string
header
required

API key from the Empirical dashboard.

Path Parameters

id
integer
required

File ID.

Required range: -9007199254740991 <= x <= 9007199254740991

Response

Deletion result.

data
object
required