cURL
curl --request DELETE \ --url http://localhost:4000/v1/payout/rails/customers/{customer_id} \ --header 'Authorization: <api-key>'
{ "success": true, "data": { "message": "Customer deleted successfully" } }
Deletes a customer from both Bridge API and local database. This action cannot be undone.
Use this format: ApiKey <your_api_key>
ApiKey <your_api_key>
Bridge customer ID (UUID)
"e3b0c442-98fc-1c14-b39f-92d1282e8b7a"
Customer deleted successfully
true
Show child attributes