Sign in

Delete single client

documented

Soft-delete a client (vis_state = 1).

PUT /accounting/account/{accountId}/users/clients/{customerId}Clientsno 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.freshbooks.com/accounting/account/{{$accountId}}/users/clients/{{$customerId}}\" -X PUT -H \"Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}\" -H \"Api-Version: alpha\" -H \"Content-Type: application/json\" --data-raw '{\"client\":{\"fname\":\"{{$fname}}\"}}'
Delete single client · FreshBooks · OpenIntegrations