API ReferenceAuthentication API

Revoke Keycloak refresh token

Revokes a refresh token to invalidate it

POST
/auth/revoke

Token to revoke

refresh_token?string

Response Body

application/json

application/json

application/json

curl -X POST "https://loading/auth/revoke" \  -H "Content-Type: application/json" \  -d '{}'
{
  "message": "string"
}
{
  "code": "string",
  "error": "string",
  "message": "string",
  "request_id": "string"
}
{
  "code": "string",
  "error": "string",
  "message": "string",
  "request_id": "string"
}