deleteProjectEnumeration
Delete a specific enumeration from a project by providing its ID, context, name, and target type.
Instructions
Deletes the specified Enumeration from the Project context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | The Project ID. | |
| enumContext | Yes | The Enumeration context. (Allowed values are '~', 'plans', 'testing' and 'documents'. Use '~' for Work Item or general enumerations.) | |
| enumName | Yes | The Enumeration Name. | |
| targetType | Yes | The Enumeration target type. (Use '~' when there is no specific type for the enumeration.) |