Notifications

Delete Notification

PUT
/auth/user/notifications/{notificationId}/hide

Delete a notification.

Authorization

authCookie
auth<token>

Auth Token via Cookie

In: cookie

Path Parameters

notificationId*string

Must be a valid notification ID.

Response Body

application/json

application/json

curl -X PUT "https://api.vrchat.cloud/api/1/auth/user/notifications/not_00000000-0000-0000-0000-000000000000/hide"
{
  "success": {
    "message": "Ok",
    "status_code": 200
  }
}
{
  "error": {
    "message": "\"Missing Credentials\"",
    "status_code": 401
  }
}