v1

latestOpenAPI 3.1.02026-07-2418049.3 KB

Delete Refund (Cancel Refund)

Single Delete Refund (Cancel Refund) by order id

get/delete-refund

Headers

Authorizationstring

Request body

orderIdstring
refundOrderIdstring

Response

201

statusboolean
messagestring

Example response

{
  "status": true,
  "message": "Refund Invoice is deleted",
  "data": {
    "order_id": "k4eJmnNR8pME3OdxVO6m202210101255255144669168767109617317875056497d138ae43fpQ7MVOgvFkaeLckgydR7zPdt6vNiVpNa",
    "refund_order_id": "pQ7MVOgvFkaeLckgydR7zPdt6vNiVpNa"
  }
}