Skip to content

deleteAppointmentInput

Autogenerated input type of deleteAppointment

Fields

deprecated DO NOT USE
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 {
"""
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
}