Notifications

Clear All Notifications

PUT
/auth/user/notifications/clear

Clear all notifications.

Authorization

authCookie
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
  }
}