Skip to main content
DELETE
/
payout
/
rails
/
customers
/
{customer_id}
Delete customer
curl --request DELETE \
  --url http://localhost:4000/v1/payout/rails/customers/{customer_id} \
  --header 'Authorization: <api-key>'
{
  "success": true,
  "data": {
    "message": "Customer deleted successfully"
  }
}

Authorizations

Authorization
string
header
required

Use this format: ApiKey <your_api_key>

Path Parameters

customer_id
string
required

Bridge customer ID (UUID)

Example:

"e3b0c442-98fc-1c14-b39f-92d1282e8b7a"

Response

Customer deleted successfully

success
boolean
Example:

true

data
object