deleteAppointmentInput
Autogenerated input type of deleteAppointment
Fields
clientMutationId
· String · DO NOT USE deprecated
DO NOT USEsuppress_webhook_notifications
· Boolean · When true, suppresses "appointment.deleted" webhook notifications from this API call. Does not work with recurring appointments. Used By
Definition
"""Autogenerated input type of deleteAppointment"""input deleteAppointmentInput { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE") appointment_inclusion_uuid: ID deleteRecurring: Boolean id: ID cancellation_reason: CancellationReasonOptionInput
""" When true, suppresses "appointment.deleted" webhook notifications from this API call. Does not work with recurring appointments. """ suppress_webhook_notifications: Boolean = false}