Unlink Shared Step
unlink_shared_stepRemove a shared step reference from a test case, preventing those steps from being included during execution.
Instructions
Remove a shared step reference from a test case. ⚠️ CAUTION: Destructive.
Removes the link to the shared step. The test case will no longer include those steps at execution time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Must be set to True to proceed with unlinking. Safety measure. | |
| project_id | No | Optional override for the default Project ID. | |
| test_case_id | Yes | The test case to modify. | |
| output_format | No | Output format: 'json' (default) or 'plain'. | |
| shared_step_id | Yes | The shared step to unlink. |