v1

latestOpenAPI 3.1.02026-07-2418049.3 KB

Delete Refund

post/delete-multivendor-refund

Headers

authorizationstring

Request body

orderIdstring
refundOrderIdstring
generatedInvoiceIdstring

Response

201

statusboolean
messagestring

Example response

{
  "status": true,
  "message": "Refund invoice delete successfully",
  "data": {
    "order_id": "k4eJmnNR8pME3OdxVO6m20221010125525514466916880191941658236257649d20fa014b0HGHHDwCEVkIzdHmYmvbE1zg3SEytjmWS",
    "refund_order_id": "HGHHDwCEVkIzdHmYmvbE1zg3SEytjmWS"
  }
}