v6 documentation is incomplete, want to contribute?

Clear All Player Moderations

⚠️ This will delete every single player moderation you've ever made.

Requests made through this page are proxied through an intermediary server due to Cross-Origin Resource Sharing restrictions.

DELETE
/auth/user/playermoderations
auth<token>

Auth Token via Cookie

In: cookie

Response Body

application/json

application/json

curl -X DELETE "https://api.vrchat.cloud/api/1/auth/user/playermoderations"

{
  "success": {
    "message": "OK",
    "status_code": 200
  }
}

{
  "error": {
    "message": "\"Missing Credentials\"",
    "status_code": 401
  }
}