delete_folder
Delete a folder from a Zephyr test cycle. Asynchronous operation returns a job token; optionally wait for completion.
Instructions
Delete a folder from a cycle (asynchronous; returns/polls a job token).
folder_id is the numeric ID from list_cycle_folders; cycle_id is
its parent cycle. project/version accept keys/names or ids (prefer ids
when you have them, to skip a lookup; -1 = Unscheduled). With
wait=True (default) the tool polls the job to completion and returns the
final job-progress payload; with wait=False it returns the raw
{jobProgressToken} to poll later with get_job_progress.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_id | Yes | ||
| cycle_id | Yes | ||
| project | Yes | ||
| version | Yes | ||
| wait | No | ||
| timeout | No |