Sign in

Delete payment profile

documented

Delete a client's payment profile.

DELETE /api/v2/clients/{client_id}/payment_profiles/{id}Payment Profilesno 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://{{$domain}}.clientary.com/api/v2/clients/{{$client_id}}/payment_profiles/{{$payment_profile_id}}" \
  -X DELETE \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -u "{{CLIENTARY_API_TOKEN}}:{{CLIENTARY_API_TOKEN}}"
Delete payment profile · Clientary · OpenIntegrations