Skip to main content
Clean Up Booking Deleted With Update Mode

Headers

SO-AppToken
string

The application token that identifies the partner app. Used when calling Online WebAPI from a server.

Query Parameters

$select
string

Optional comma separated list of properties to include in the result. Other fields are then nulled out to reduce payload size: "Name,department,category". Default = show all fields.

Body

AppointmentIds, UpdateMode

CleanUpBookingDeletedWithUpdateMode: Deletes all appointments(within the appointmentIds array) with status BookingDeleted. All appointments in the list will be deleted using the same recurrence update mode.

AppointmentIds
integer<int32>[]
UpdateMode
enum<string>
Available options:
Unknown,
OnlyThis,
ThisAndForward,
StopRecurrence

Response

204

No Content