Delete Payment Method​
DELETE
/bridge-payment/payment-methods/{id}
Delete a payment method from both the provider and local database. Supports guest token authentication.
Authorizations​
SessionAuth
Session ID from Flowless authentication
TypeAPI Key (header: X-Session-ID)
or
GuestToken
Guest token for anonymous checkout
TypeAPI Key (query: token)
Parameters​
Path Parameters
id*
Typestring
RequiredQuery Parameters
token
Typestring
Responses​
Payment method deleted successfully