Canceling a refund request
A refund in progress can be canceled as long as it has not been executed (CREATED or PENDING status).
DELETE /refunds/{uuid}
For example:
DELETE https://secure.lyra.com/marketplace/refunds/83402cc0-d969-443b-a72a-0f2fe9557879
In case of success, the server responds by a HTTP 204 code (NO CONTENT).
If the refund status does not allow cancellations, the server returns an HTTP 405 error.