Skip to content

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
Required

Query Parameters

token
Typestring

Responses

Payment method deleted successfully

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI