Archive accounts
Feature
Accounts can now be archived both from the dashboard and via the API. Archiving an account removes it from the account list, releases all phone numbers in the account, and deactivates any campaigns in the account. After an account is archived, messages and other resources can no longer be created in the account. Please note that this will not delete the associated data. To permanently delete an account and its data, please contact Surge support. ## Dashboard To archive an account from the dashboard, navigate to the account settings page and look for the "Archive" button in the top right corner of the page. ## API Accounts can be archived from the API using the DELETE /accounts/{account_id} endpoint. See the API documentation for more information.
Accounts can now be archived both from the dashboard and via the API. Archiving an account removes it from the account list, releases all phone numbers in the account, and deactivates any campaigns in the account. After an account is archived, messages and other resources can no longer be created in the account.
Please note that this will not delete the associated data. To permanently delete an account and its data, please contact Surge support.
To archive an account from the dashboard, navigate to the account settings page and look for the "Archive" button in the top right corner of the page.
Accounts can be archived from the API using the DELETE /accounts/{account_id} endpoint. See the API documentation for more information.