DELETE /api/auth/delete-bank-account/:bankId

Use this api to delete bank accounts.

Example Request

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>'

Response

If the request is successful, the response will be as shown below:

{
    "statusCode": 200,
    "message": "deleted",
    "data": null
}

Last updated