Notifications
Delete All NotificationV2s
Delete all of the current user's notifications.
Authorization
authCookie auth<token>
Auth Token via Cookie
In: cookie
Response Body
application/json
application/json
curl -X DELETE "https://api.vrchat.cloud/api/1/notifications"{
"success": {
"message": "Notifications cleared.",
"status_code": 200
}
}{
"error": {
"message": "\"Missing Credentials\"",
"status_code": 401
}
}