v6 documentation is incomplete, want to contribute?

Clear All Notifications

Clear all notifications.

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

PUT
/auth/user/notifications/clear
auth<token>

Auth Token via Cookie

In: cookie

Response Body

application/json

application/json

curl -X PUT "https://api.vrchat.cloud/api/1/auth/user/notifications/clear"

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

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