delete_prompt_label
Delete a prompt label by ID to remove it permanently. Versions lose the label, and workflows relying on it must be updated.
Instructions
Delete a prompt label by ID. This cannot be undone; versions carrying the label lose it, and any workflow resolving by that label will need a replacement.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label_id | Yes | Label ID to delete |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool call succeeded and returned structured data | |
| data | No | Structured success payload when ok is true | |
| error | No | Structured error payload when ok is false |