# Delete Customer

Delete a customer by ID.

Endpoint: DELETE /customers/{customer_id}
Version: 0.1.0

## Path parameters:

  - `customer_id` (string, required)

## Header parameters:

  - `X-API-Key` (any)

## Response 422 fields (application/json):

  - `detail` (array)

  - `detail.loc` (array, required)

  - `detail.msg` (string, required)

  - `detail.type` (string, required)


## Response 204 fields
