v10

latestOpenAPI 3.0.3raw.githubusercontent.com2025-11-287137165.5 KB
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/accounts/account

Request body

in_14_daysboolean

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.

email_codestring required

Email verification code. To obtain one, see /accounts/email-code

Response

Account scheduled for deletion or deleted successfully