delete_prompt_label
Delete a prompt label by ID, permanently removing it from all versions. Versions carrying the label lose it, and any workflow resolving by that label needs a replacement.
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 |