Delete customer
DELETE/api/organizations/:organization_id/customers/:customer_id
Delete customer
Request
Responses
200 Deleted customer
Authentication failed. The bearer token is missing or invalid, or the API key and secret pair could not be verified.
The caller is authenticated but is not allowed to perform this action on this resource.
No active customer exists for the supplied customer_id in this organization.
An unexpected error occurred while processing the request.