Cancel appointment

Cancels Appointment

post-api /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"
}