DROP ACCOUNT

Description

Delete the account in your organization.

Syntax

  1. > DROP ACCOUNT [IF EXISTS] account

Examples

  1. > drop account if exists tenant_test;
  2. Query OK, 0 rows affected (0.12 sec)

Note

If the account is in the session, when the account is removed, the session will be disconnected and MatrixOne can no longer be connected.