Cancel an appointment
Use Case Description
The cancel appointment use case is straight forward. These are the interactions the API Client need to implement:
List booked appointments for customer
Cancel appointment
For a full reference of each endpoint interaction please consult the Qmatic Cloud Appointments API - API Reference.
Note! The same endpoint can be used for appointments with multiple services.
Â
API Endpoints
Delete an appointment
DELETE /appointments/appointmentId
Attributes
Name | Type | Required | Description |
---|---|---|---|
X-TENANT-ID | string | yes | The tenant id to use for this operation. The tenant id must be the same as an existing system Id. |
AppointmentID | string | yes | Appointment ID (GUID) |
Â
Response schema
Code 204 -Appointment Cancelled/Deleted
Â