Skip to main content
DELETE
/
v1
/
capabilities
/
{id}
Revoke a capability
curl --request DELETE \
  --url https://api.abloatai.com/v1/capabilities/{id} \
  --header 'Authorization: Bearer <token>'
{
  "type": "<string>",
  "message": "<string>",
  "code": "<string>",
  "param": "<string>",
  "doc_url": "<string>",
  "request_id": "<string>"
}

Authorizations

Authorization
string
header
required

API key (sk_live_…) or a scoped capability/ephemeral token. The same header carries both — the server discriminates by token shape.

Path Parameters

id
string
required

The record id.

Response

Revoked.