Cancel an order
To cancel a previously registered order, it is necessary to have the unique order identifier generated by Eden
Cancel an order from the provided data.
Authorizations
AuthorizationstringRequired
Path parameters
idstringRequired
Body
cancel_reasonstringRequired
Reason for which the order was cancelled. The options are "non-attendance", "room-not-available", "pregnant-risk", "physical-limitation" and "other".
cancel_descriptionstringOptional
Details of the reason why the order was cancelled. Max length is 255 characters.
Responses
200
A successful response that returns the order details.
application/json
400
A failed response because the required parameters were not received.
application/json
401
A failed response due to insufficient permissions to execute the operation.
application/json
403
A failed response due to not having the proper permissions.
application/json
404
A failed response because the required order was not found.
application/json
500
A failed response due to a server problem.
application/json
delete
/orders/{id}/Last updated