Delete bank account
You can delete bank accounts from a Customer.
POST
/v1/customer/:id/sources/:id/delete
curl https://{provided url}/v1/customers/P2ZTA56JQ7-AvwGf0pHd2Q/sources/TlnNDVS6TteSn2-FEh3ZKg/delete \
-u sk_test_yFStF-KUmgr-7CoumuY2JA: \
-X POST
This command return a 204 status code response.
Returns
Returns a 204 status code response or error otherwise
Last updated