delete_user_profile

Deletes a user profile.

Format

Standard Mode

emcli delete_user_profile
      -name="profile name"

Interactive or Script Mode

create_user_profile(
       name="profile name"
       )

Options

  • name

    The name of the user profile to be deleted.

Exit Codes

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

Example

The following example deletes the profile (profile1) of the current tenant.

emcli delete_user_profile
      -name="profile1"