admDeletePriorityScheme

Description

Deletes a priority scheme using its id. This operation is only available for priority schemes without any associated projects. Any associated projects must be removed from the priority scheme before this operation can be performed.

Parameters

Return Type

boolean

Returns true if the scheme was deleted, false otherwise.

Example

Example 1

Deletes the priority scheme with id 10301

admDeletePriorityScheme(10301);

return true;

See also

Peacock