Unlink Shared Step
unlink_shared_stepRemove a shared step reference from a test case so it no longer includes those steps at execution time. Use this when you need to detach reusable steps and stop them from running as part of the test.
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. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| steps | No | Serialized scenario steps. | |
| action | No | Requested operation name. | |
| status | No | ||
| test_case_id | No | ||
| test_case_url | No | ||
| shared_step_id | No | ||
| shared_step_url | No | ||
| requires_confirmation | No |