Delete User Story
user_story_deleteDelete a user story by ID after confirmation. Prevents accidental deletion: clients either confirm interactively or review a preview and confirm explicitly.
Instructions
Delete a user_story by id. This cannot be undone. Requires confirmation: elicitation-capable clients are prompted interactively; others must call again with confirm: true after reviewing the preview returned by the first call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Resource id | |
| confirm | No | Set true to actually delete after reviewing the preview from a first call without it. Ignored by elicitation-capable clients, which are prompted interactively instead. |