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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
integer
required

Resource ID.

Required range: x >= 1

Response

The resource was deleted.

data
object
required

Response payload.