Use this api to delete bank accounts.
curl -X DELETE '<https://idrx.co/api/auth/delete-bank-account/108>' --header 'idrx-api-key: <API_KEY>' --header 'idrx-api-sig: <signature>' --header 'idrx-api-ts': <timestamp>'
If the request is successful, the response will be as shown below:
{ "statusCode": 200, "message": "deleted", "data": null }
Last updated 10 months ago