Detaches and deletes a saved payment method from a customer.
Path Parameters
The unique identifier of the payment method
Response
Unique identifier for the deleted payment method
Confirmation that the payment method was deleted
ISO 8601 timestamp when the payment method was deleted
Example Response
{
"id": "pm_001",
"deleted": true,
"deletedAt": "2025-01-15T10:30:00.000Z"
}
Error Responses
Invalid or missing authentication token
An unexpected error occurred on the server
Authentication
This endpoint requires Bearer token authentication.