Skip to main content
POST
/
oauth
/
revoke
Revoke Token
curl --request POST \
  --url https://api.bkey.id/oauth/revoke \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

EdDSA-signed JWT obtained via OAuth 2.1 client_credentials or CIBA

Response

Empty body (RFC 7009)

Empty body (RFC 7009)