# Delete payment method details

Delete payment method details

Endpoint: DELETE /customers/{customerId}/paymentMethods/{paymentMethodId}
Version: 2.2.0
Security: bearerAuth, basicAuth

## Path parameters:

  - `customerId` (string, required)
    Customer Id
    Example: "cu_96586bedjfe4tg3"

  - `paymentMethodId` (string, required)
    Payment Method Id
    Example: "pm_5555b1a99fe4tg3"

## Response 200 fields (application/json):

  - `id` (string)
    Unique ID assigned by Axepta Online for the payment method record.

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


## Response 400 fields

## Response 404 fields

## Response 500 fields
