cURL
curl --request DELETE \ --url https://base_url/api/v1/customers/{id} \ --header 'Authorization: Bearer <token>'
This response does not have an example.
Deletes a customer by its id
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The unique identifier of the customer to delete.
Customer successfully deleted