API Documentation
Ranking Key
Staff History
Workspace
Sessions
Orders
Ranking Key
Exile user
DELETE
/
ranking
/
users
/
{userId}
Copy
curl --request DELETE \
--url https://api.readmin.app/ranking/users/{userId} \
--header 'api-key: <api-key>'
Copy
{
"success": true,
"message": "User has been exiled."
}
Authorizations
Path Parameters
Response
200
application/json
Success
The response is of type object
.
Copy
curl --request DELETE \
--url https://api.readmin.app/ranking/users/{userId} \
--header 'api-key: <api-key>'
Copy
{
"success": true,
"message": "User has been exiled."
}
Assistant
Responses are generated using AI and may contain mistakes.