- APIs
- API Reference
- Appointment
-
Overview
-
API Reference
- Appointment
- Quotes
- Invoices
- Payments
- Clients
- Client Forms
- Client Documents
- Client Notes
- Client Alerts
- Client Allergies
- Client Communications
- Leads
- Services
- Products
- Packages
- Schedules
- Marketing Sources
- Resources
- Settings
- Tax
- Locations
- Users
- Discounts
- Gift Vouchers
- Labels
- Rooms
- Equipment
- Reports
- Cancellation Policy
- Medical Conditions
- Drugs
- Forms
-
Timesheets
-
Webhooks
Cancel appointment
Cancels Appointment
/appointments/{appointment_id}/cancel
https://api.oauth.pabau.com/{api_key}/appointments/{appointment_id}/cancel
Request
Query Parameters: | |
api_key * | |
appointment_id * | System ID of the appointment |
Response sample
application/json
{
"email": {
"success": true,
"communication_id": "12345678",
"attachment_ids": null
},
"success": true,
"message": "Appointment Updated"
}