cURL
curl --request POST \ --url https://api.example.com/api/v1/auth/revoke \ --header 'Authorization: <api-key>'
"<string>"
Revokes all permission scopes from a user
Type "Bearer" followed by a space and JWT token.
User ID
OK
The response is of type string.
string