Skip to main content

What Gets Deleted

  • The account connection
  • All stored variables
  • API logs for that account
This action cannot be undone.

Delete via Dashboard

1

Open Account

Go to Integrated Accounts and select the account
2

Delete

Click Delete integrated account
3

Confirm

Confirm deletion

Delete via API

curl -X DELETE 'https://api.usehandled.io/api/v1/ipaas/integrated-account/ACCOUNT_ID' \
  -H 'Authorization: Bearer YOUR_API_TOKEN'

Before Deleting

Export Data

Export any data you need to keep

Stop Sync Jobs

Stop any sync jobs using this account

Update Application

Update your application to handle the missing account

Notify Users

Notify affected users about the disconnection