interface RemoveLevel {
    levelId: string;
    replaceWith?: string;
    schemeId: string;
}

Properties

levelId: string

The ID of the issue security level to remove.

replaceWith?: string

The ID of the issue security level that will replace the currently selected level.

schemeId: string

The ID of the issue security scheme.