Cancelar um agendamento

Para este serviço utiliza-se o método HTTP DELETE, mas o registro não é apagado, apenas cancelado e permanece no histórico caso seja necessário fazer alguma validação posterior.

Cancel an appointment.

delete
/appointments/{id}/

Given an order identifier cancels its appointment.

Autorizações
AuthorizationstringObrigatório
Parâmetros de rota
idstringObrigatório
order_idstringObrigatório

Order UUID for which an appointment is to be made.

Respostas
chevron-right
200

A successful response that returns the appointment details.

application/json
errorsobjectOpcional

This field will be null because no errors occurred.

successbooleanOpcional

This field will be true because no errors occurred.

Example: true
delete
/appointments/{id}/

Atualizado