Appointments
Delete Appointment
Delete an Appointment. The Business User must have permission to delete Appointments for the Location and permission to delete this Appointment.
delete/locations/{location_id}/appointments/{appointment_id}
Path parameters
location_idinteger required
Location ID
appointment_idinteger required
Appointment ID
Headers
Acceptstring required
Required B2B v2 response media type. Use application/vnd.api.v2+json. A charset parameter is also accepted.
Authorizationstring required
Bearer {partner_token}, User {user_token}
Response
Appointment deleted successfully; no response body