Delete Traversal Schedule
Deletes the named job’s TraversalSchedule and stops future scheduled starts. A saved TraversalConfig is required. This does not delete the job, Traversal config, or previous runs
Requires the Dapi Scheduling feature. Scheduling is available starting with the Business plan.
Endpoint
DELETE /api/v3/jobs/{jobName}/traversal/schedule
Path Parameters
| Name | Type | Description |
|---|---|---|
| jobName | string | Required. 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 |
Responses
204 (No Content)
Returns void with no response body.
400 (Bad Request)
Invalid request parameters. Refer to the response text for more information
403 (Forbidden)
Access restricted. Refer to the response text for more information