Delete a stored payment method from a customer record. Detaching a payment method is permanent and the payment method cannot be reattached to the customer record.
Successful operation. Saved payment method detached.
Your Toast API client does not have permission to detach the saved payment method.
The specified saved payment method was not found.
Internal server error.
{- "customerId": "string"
}
{- "id": "string",
- "type": "string",
- "card": {
- "lastFour": "string",
- "expiry": {
- "month": "string",
- "year": "string"
}, - "type": "Visa"
}
}