Delete a calendar event
Delete a group calendar event
Requests made through this page are proxied through an intermediary server due to Cross-Origin Resource Sharing restrictions.
auth<token>
Auth Token via Cookie
In: cookie
Path Parameters
groupIdstring
Must be a valid group ID.
calendarIdstring
Must be a valid calendar ID.
Response Body
application/json
application/json
curl -X DELETE "https://api.vrchat.cloud/api/1/calendar/grp_00000000-0000-0000-0000-000000000000/cal_00000000-0000-0000-0000-000000000000"{
"success": {
"message": "Calendar Entry deleted!",
"status_code": 200
}
}{
"error": {
"message": "\"Missing Credentials\"",
"status_code": 401
}
}