Delete Disbursement API
Example
curl -u [Base64({Your_Server_Key}:)] \
-X DELETE https://api.durianpay.id/v1/disbursements/dis_XXXXX \
-H "content-type: application/json"'
Response Code
200 - Success
1 2 3
{ "data": "Deleted Successfully" }
401 - Unauthorized Access
404 - Not Found
405 - Method Not Allowed
500 - Internal Server Error
504 - Gateway Timeout