Skip to main content

Delete Payment Method

DELETE /v1/payments/methods/{payment_method_id}

Delete a saved payment method.

Parameters

NameTypeRequiredDescription
payment_method_idstringYes
X-API-KeystringNo

Responses

200

Successful Response

{}

422

Validation Error

{
"$ref": "#/components/schemas/HTTPValidationError"
}