Delete Debit

Must have the authorization to use this API

DELETE https://example.com/wp-json/rimplenet/v1 /debits/<debit_id>

To view request params, click on the arrow (>) at the right hand side of the endpoint url to expand or collapse

Sample Response

{
    "status_code": 200,
    "status": true,
    "message": "Debit Action Completed",
    "data": [
        "Transaction 75 Deleted"
    ]
}

Last updated