delete/customer/by-id?customerId=<CUSTOMER_ID>
Delete Customer
Permanently remove a customer from your account.
Authentication required: Bearer Token in
Authorization header.Parameters
customerIdrequired
string (query)ID of the customer
e.g. <CUSTOMER_ID>Idempotency-Key
string (header)Client-generated unique key making a mutating request idempotent. Replaying a request with the same key returns the original result instead of duplicating side effects. Optional on POST/PUT/PATCH/DELETE.
e.g. <IDEMPOTENCY-KEY>Responses
200Customer deleted successfully
400Missing required parameters
401Invalid API key
404Customer not found
Response Body (200)
action
stringstatus
booleancode
integerRequest Example
Response (200 OK)