Cancel appointment
Cancels Appointment
/appointments/{appointment_id}/cancel
https://api.oauth.pabau.com/{api_key}/appointments/{appointment_id}/cancel
Request
Response sample
application/json
{
"email": {
"success": true,
"communication_id": "12345678",
"attachment_ids": null
},
"success": true,
"message": "Appointment Updated"
}