Skip to main content
POST
/
api
/
v1
/
auth
/
revoke
Revoke user access
curl --request POST \
  --url https://api.example.com/api/v1/auth/revoke \
  --header 'Authorization: <api-key>'
"<string>"

Authorizations

Authorization
string
header
required

Type "Bearer" followed by a space and JWT token.

Query Parameters

user_id
string
required

User ID

Response

OK

The response is of type string.