Dark Mode

Delete Disbursement API


The following endpoint retrieves the balance in the durianpay account.

/disbursements/:id

Run in Postman

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

403 - Invalid Request

500 - Internal Server Error