# Delete customer details

Delete customer details

Endpoint: DELETE /customers/{id}
Version: 2.5.0
Security: bearer, basic, apiKey

## Path parameters:

  - `id` (string, required)
    Customer Id
    Example: "cu_841b9b1a99fc4f0"

## Response 200 fields (application/json):

  - `id` (string)
    Unique identifier of the customer assigned by Paygate.

  - `deleted` (boolean)
    Indicates if the payment method record was deleted or not.

## Response 400 fields (application/json):

  - `errors` (object)
    "Object": [
    "Error 1",
    "Error 2"
  ]
}`
    Example: {"Object":["Error 1","Error 2"]}

  - `type` (string)
    A URI reference that identifies the problem type
    Example: "https://tools.ietf.org/html/rfc9110#section-15.5.1"

  - `title` (string)
    A short, human-readable summary of the problem type
    Example: "One or more validation errors occurred."

  - `status` (string)
    The HTTP status code
    Example: 400

  - `detail` (string)

  - `instance` (string)

## Response 404 fields (application/json):

  - `type` (string)

  - `title` (string)

  - `status` (string)

  - `detail` (string)

  - `instance` (string)


