Skip to main content
PUT
/
api
/
users
/
{userId}
/
actions
/
revoke
Revoke user.
curl --request PUT \
  --url https://{tenant}/api/users/{userId}/actions/revoke \
  --header 'Authorization: Bearer <token>'
{
  "Message": "User revoked",
  "Meta": null,
  "Status": "OK"
}

Documentation Index

Fetch the complete documentation index at: https://tyk.io/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

The Tyk Dashboard API Access Credentials

Path Parameters

userId
string
required

User ID of the user whose access you want to revoke.

Response

OK

ID
string
Message
string
Meta
any
Status
string