Overview
Delete Schedule Item
Deletes one item from a schedule by schedule ID and item ID. Use this to remove a specific capture target from a schedule.
Endpoint
DELETE
https://snapshot-api.mindiqglobal.com/api/v1/schedules/{scheduleId}/items/{itemId}Path Parameters
| Name | Required | Type | Description |
|---|---|---|---|
| scheduleId | Yes | integer | Schedule ID. |
| itemId | Yes | integer | Schedule item ID. |