Skip to main content
DELETE
/
customer
/
{customer_id}
Delete Customer
curl --request DELETE \
  --url https://sandbox.flowwise.com/router/customer/{customer_id} \
  --header 'x-client-id: <api-key>' \
  --header 'x-client-secret: <api-key>'
{
  "message": "Invalid customer ID format provided",
  "code": "invalid_customer_id",
  "type": "validation_error"
}

Authorizations

x-client-id
string
header
required

Client app ID. You can find your app ID in the Merchant Dashboard.

x-client-secret
string
header
required

Client secret key. You can find your secret key in the Merchant Dashboard.

Path Parameters

customer_id
string
required

Unique identifier for the customer.

Example:

"cust_priya_sharma_2024"

Response

Success response for customer deletion.