delete_tenant

Deletes an Enterprise Manager tenant.

Format

Standard Mode

emcli delete_tenant
      -name="tenant name"

Interactive Mode

emcli delete_tenant (name="tenant_name")

Options

  • name

    Identifies the name of the tenant to be deleted.

Exit Codes

0 if successful. A non-zero value indicates that verb processing was unsuccessful.

Example

The following example deletes the my_name tenant.

emcli delete_tenant      -name="my_tenant"