Delete Notification
DELETE/calendars/:calendarId/notifications/:notificationId
Delete notification
Request
Version stringrequired
API Version
Available options
v3calendarId stringrequired
Calendar ID
notificationId stringrequired
Notification ID
Successful response
- application/json
- Schema
- Example (auto)
Schema
messagestringrequired
Result of delete/update operation
{
"message": "Notification deleted successfully"
}