Skip to main content
DELETE
/
api
/
v1
/
customers
/
{customer_id}
Delete Customer
curl --request DELETE \
  --url https://api.example.com/api/v1/customers/{customer_id}
customer_id
string
required
UUID of the customer
Returns 204 No Content on success.
This is permanent and cannot be undone. All associated subscriptions and invoices will be affected.