cURL
curl --request DELETE \ --url https://api.example.com/v1/customers \ --header 'Authorization: Bearer <token>'
{ "type": "<string>", "title": "<string>", "status": 123, "detail": "<string>", "instance": "<string>" }
Delete a customer by its unique identifier.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK