WdsDeleteJob
Deletes the named job and cleans up its Traversal config, schedule, tasks, run history, downloaded and scraped data, retrieval-index data, and service-side settings in the default MCP tenant
Arguments
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| jobName | string | Yes | None | Unique job name within the tenant. Reuse the same value to manage job config, start crawls, fetch URLs, inspect tasks and Traversal runs, and query indexed data |
Return Type
Returns void.
Technical return shape: void.
Behavior
Read-only: no; idempotent: yes; destructive: yes; open-world: no.