v1
latestOpenAPI 3.0.02026-07-26168846732.2 KBPayment Method Session
Payment Method Session - Delete a saved payment method
Delete a saved payment method from the given payment method session.
delete/v1/payment-method-sessions/{id}
Path parameters
idstring required
The unique identifier for the Payment Method Session
Headers
X-Profile-Idstring required
Profile ID associated to the payment method session
Request body
Example request
{
"payment_method_token": "token_9wcXDRVkfEtLEsSnYKgQ"
}Response
The payment method has been deleted successfully
Example response
{
"payment_method_token": "token_9wcXDRVkfEtLEsSnYKgQ"
}