Skip to content

MngDeleteCalendarEvent

Deletes a calendar event and its participant rows.

This is a hard delete. To keep history, use MngArchiveCalendarEvent or MngUpdateCalendarEvent with status: 2.

Requires del_notes with CRM or BackOffice access. Manager permissions and brand/desk scope are resolved from the cached staff manager record.

Request Data

Field Type Required Description
id int Yes Calendar event id

Response Data

{
  "id": 1
}