Skip to main content
POST
/
api
/
v1
/
auth
/
revoke
Revoke a token
curl --request POST \
  --url https://app.mlm-platform.com/api/v1/auth/revoke \
  --header 'Content-Type: application/json' \
  --header 'x-tenant-api-key: <api-key>' \
  --data '
{
  "token": "<string>"
}
'

Authorizations

x-tenant-api-key
string
header
required

Tenant API key for authentication

Body

application/json
token
string
required

Response

200

Token revoked