Delete account
Account Management
Delete account
Deletes the current account.
- Allows the root user of an account to delete the entire account from the platform.
- The root user must request a verification code to be able to finalize the process (see /accounts/email-code)
- This is a significant operation that removes all account data and revokes access for all users associated with the account.
- Users, however, are not deleted and they can continue to sign in to the platform if they are members of any other active accounts.
- There is an option to delete the account immediately or in 14 days. If the latter, the deletion can be unscheduled (see /accounts/cancel-account-deletion)
DELETE
Delete account
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Email verification code. To obtain one, see /accounts/email-code
Schedule deletion in 14 days. If this flag is set to true, the account data will not be deactivated immediately and will be accessible in the next 14 days. After this period is up, it will no longer be possible to log in with the account. If the root user wishes to recover it, they can contact a platform administrator up to a year after the account was deleted.
Response
Account scheduled for deletion or deleted successfully