Skip to content

Revoke a token (immediate)

DELETE
/api/v1/me/tokens/{token}
curl --request DELETE \
--url https://example.com/api/v1/me/tokens/example \
--header 'Authorization: Bearer <token>'
token
required
string