Customers
Delete customer
DELETE
/
customers
/
{id}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Unique customer ID
Response
201 - application/json
The id of the customer.
The primary email address of the customer.
The first name of the customer.
The last name of the customer.
The phone number of the customer.
Wether the customer is in live mode or test mode.
Wether the customer is blocked or not.
The id of the organization.
The id of the shippingAddress.
The id of the shippingAddress.
Additional metadata for the customer.
The id of the user who created the customer.
The id of the user who blocked the customer.
The id of the user who last updated the customer.