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