Sign in

Delete account

documented

Delete an existing Account resource. Note: This API is currently disabled and will abort with HTTP 501.

DELETE /accounts/{id}Accountsno 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.usecopper.com/next/accounts/{{$account_id}}/users/{{$user_id}}" \
  -X DELETE \
  -u "{{COPPER_API_KEY}}:" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -H "Copper-Account: {{$account_id}}"
Delete account · Copper · OpenIntegrations