Skip to main content
DELETE
/
v1
/
capabilities
/
{id}
Revoke a capability
curl --request DELETE \
  --url https://sync.ablo.app/v1/capabilities/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "token": "<string>",
  "participantKind": "<string>",
  "participantId": "<string>",
  "allowedSyncGroups": [
    "<string>"
  ],
  "allowedOperations": [
    "<string>"
  ],
  "expiresAt": "2023-11-07T05:31:56Z",
  "revokedAt": "2023-11-07T05:31:56Z",
  "label": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.abloatai.com/llms.txt

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

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

Revoked

id
string
object
enum<string>
Available options:
capability
token
string

Biscuit token, base64url. Present only on mint response, not on inspect.

participantKind
string
participantId
string
allowedSyncGroups
string[]
allowedOperations
string[]
expiresAt
string<date-time>
revokedAt
string<date-time> | null
label
string | null