Skip to main content
DELETE
/
account
/
payment-methods
/
{payment_method_id}
Detach payment method
curl --request DELETE \
  --url https://api.veryfront.com/account/payment-methods/{payment_method_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://veryfront.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Use a JWT bearer token or a Veryfront API key in the Authorization header.

Path Parameters

payment_method_id
string
required

Response

Detached payment method ID

id
string
required