Skip to main content
POST
/
api
/
v1
/
tokens
/
attenuated
/
{id}
/
revoke
Revoke attenuated token
curl --request POST \
  --url https://foundry-api-public.adaptyvbio.com/api/v1/tokens/attenuated/{id}/revoke \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "revoked_at": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Biscuit-based bearer token. Obtain tokens from the Adaptyv Portal or via the /tokens endpoint. Tokens encode organization membership and role-based capabilities; the API verifies the token's cryptographic signature and authorization claims before processing requests. Use /tokens/attenuate to create restricted tokens for delegation.

Path Parameters

id
string
required

Attenuated token ID (from the attenuate response)

Response

Attenuated token revoked

Response for revoking an attenuated token.

id
string
required

The ID of the revoked attenuated token.

revoked_at
string<date-time>
required

Timestamp when the token was revoked.