DROP COHORT

Use the DROP COHORT command to remove a cohort.

Synopsis

Syntax for dropping a cohort:
DROP COHORT <name>

Inputs

The DROP COHORT command has the following input:
Table 1. DROP COHORT input
Input Description
<name> The identifier of an existing cohort.

Outputs

The DROP COHORT command has the following outputs:
Table 2. DROP COHORT outputs
Output Description
DROP COHORT The message that the system returns if the command is successful.
ERROR: permission denied. You must have Manage Security privilege to create a security level.
ERROR: label security in use. You cannot drop a cohort when there is user data that references it.

Description

The DROP COHORT command removes the cohort from the label security configuration. Any children of this cohort are modified so they have no parent cohort.

Privileges required
You must have Manage Security privilege to create security levels.
Common tasks
Use the DROP COHORT command to remove a cohort.

Usage

The following provides sample usage:
DROP COHORT SECRET;