DELETE
/
customers
/
{id}
Delete a customer
curl --request DELETE \
  --url https://api.mpesaflow.dev/customers/{id} \
  --header 'Authorization: Bearer <token>'
"cus_GqfKXLmg61LURZhB"

Authorizations

Authorization
string
header
required

The API key to use for authentication

Path Parameters

id
string
required

The customer id

Example:

"cus_GqfKXLmg61LURZhB"

Response

200
application/json

Customer deleted successfully

The customer id

Example:

"cus_GqfKXLmg61LURZhB"