Cancel a scheduling

For this service the HTTP DELETE method is used, but the record is not deleted; it is only canceled and remains in the history in case any later validation is necessary.

Cancel an appointment.

delete
/appointments/{id}/

Given an order identifier cancels its appointment.

Authorizations
AuthorizationstringRequired
Path parameters
idstringRequired
order_idstringRequired

Order UUID for which an appointment is to be made.

Responses
chevron-right
200

A successful response that returns the appointment details.

application/json
delete
/appointments/{id}/

Last updated