Notifications

Delete NotificationV2

DELETE
/notifications/{notificationId}

Delete a specific 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

application/json

application/json

curl -X DELETE "https://api.vrchat.cloud/api/1/notifications/string"
{
  "success": {
    "message": "Notification cleared.",
    "status_code": 200
  }
}
{
  "error": {
    "message": "This notification cannot be replied toǃ",
    "status_code": 400
  }
}
{
  "error": {
    "message": "\"Missing Credentials\"",
    "status_code": 401
  }
}
{
  "error": {
    "message": "Notification not found",
    "status_code": 404
  }
}