deleteAppointmentInput
Autogenerated input type of deleteAppointment
Fields
suppress_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 { 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}