v1

latestOpenAPI 3.1.02026-07-24233206489.1 KB
Customer Payment Methods (v1)

Delete Payment Method for Customer (V1)

Deletes a specific payment method linked to a customer. Returns 404 if the customer or payment method does not exist.

delete/v1/customers/{id}/payment_methods/{payment_method_id}

Path parameters

idstring required

Customer ID

payment_method_idstring required

Payment Method ID

Response

OK

Example response

{
  "data": {
    "attributes": {
      "deleted": true
    },
    "id": "pm_abc123",
    "type": "deleted_entity"
  }
}