DELETE BOOKING MUTATION
n8n-nodes-semble / nodes/Semble/shared/BookingQueries / DELETE_BOOKING_MUTATION
Variable: DELETE_BOOKING_MUTATION¶
const
DELETE_BOOKING_MUTATION: "\n mutation DeleteBooking($id: ID!, $sendCancellationMessages: Boolean) {\n deleteBooking(id: $id, sendCancellationMessages: $sendCancellationMessages) {\n data {\n id\n status\n start\n end\n }\n error\n }\n }\n"
Defined in: nodes/Semble/shared/BookingQueries.ts:230
GraphQL mutation for deleting a booking Updated to match actual API schema with sendCancellationMessages