Revokes the token used to authenticate this request, making it invalid for future API calls. This is useful for implementing logout functionality or invalidating compromised tokens.
Idempotent: If the token is already revoked, returns the original revocation timestamp without error.
Requires token:revoke capability.
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.