Revokes a token immediately. Any client using it stops working at once.
Revokes a token immediately. Any client using it stops working at once.
Revokes the token and returns no content.
DELETE
/auth/tokens/{tokenId}Bearer token — `Bearer dxb_live_…`.
The token ID (`tok_…`).
Response
204Token revoked
cURL
curl --request DELETE \ --url https://api.doxbrix.io/v1/auth/tokens/
{}