Delete User Funding Account
Read for details on removing a funding account linked to a user
DELETE /users/{{user_id}}/funds/{{fund_id}}
DELETE /users/{{user_id}}/funds/{{fund_id}}curl --location -g --request DELETE '{{url}}/users/{{user_id}}/funds/{{fund_id}}' \
--header 'X-Client-Id: {{client_id}}' \
--header 'X-Client-Secret: {{client_secret}}' \
--header 'Content-Type: application/json'HTTP status : 204 No ContentLast updated