Sign in

Delete payment method

documented

Deactivate a payment method for a contact.

DELETE /v2/contacts/{contact_id}/paymentMethods/{payment_method_id}Contactsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.thryv.com/v2/contacts/{{$contact_id}}/paymentMethods/{{$payment_method_id}}" \\
  -X DELETE \\
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \\
  -H "Accept: application/json" \\
  -H "Content-Type: application/json"
Delete payment method · Thryv · OpenIntegrations