detach_prompt_snippet_from_flow_step
Remove a prompt snippet from a flow step's stack without deletion, using its link ID to detach it for reuse elsewhere.
Instructions
Remove a prompt snippet from a flow step's stack. This only unlinks it — the snippet itself is not deleted and stays available to place elsewhere. Identify the link by its linkId (from list_flow_step_prompts). This route answers 204 with no body, so the result confirms the call was accepted and nothing more — read the stack back with list_flow_step_prompts to see what is actually attached.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| linkId | Yes | The attachment's link id (not the snippet id). |