Scheduling
Delete Machine Tasks
Deletes scheduled tasks for machines based on the provided query parameters such as SchedulingIds, MachineID, and date.
delete/v1/Scheduling/schedule/machine-tasks
Query parameters
SchedulingIdsinteger[]
A list of unique identifiers for the specific scheduling instances to be deleted.
MachineIDinteger
The unique identifier of the machine for which the tasks are to be deleted.
isStaticboolean
A flag indicating if the tasks are static.
datestring
The date for which the tasks are to be deleted.
Response
The details of the deleted tasks.
Changes
No recorded changes to this endpoint across all 1 revision of this API.