Skip to main content
Delete Machine Tasks

Authorizations

Authorization
string
header
required

Enter your Bearer token. It's required to authenticate API requests.

Query Parameters

SchedulingIds
integer<int64>[]

A list of unique identifiers for the specific scheduling instances to be deleted.

MachineID
integer<int64>

The unique identifier of the machine for which the tasks are to be deleted.

isStatic
boolean

A flag indicating if the tasks are static.

date
string

The date for which the tasks are to be deleted.

Response

200 - application/json

The details of the deleted tasks.

MachineId
integer<int64>

The unique identifier of the machine associated with the task.

TaskLutId
string | null

The identifier for the type of task from the lookup table.

SchedulingId
integer<int64>

The unique identifier of the scheduling instance.

DriverId
string<uuid> | null

The unique identifier of the driver assigned to the task.

DriverName
string | null

The name of the driver assigned to the task.

TimezoneOffset
number<double>

The timezone offset in hours for the scheduled task.

ScheduleDate
string<date-time> | null

The date and time when the task is scheduled.

StatusId
integer<int32>

The status identifier of the task.

Notes
string | null

Additional notes related to the task.

GeneratePickList
boolean

Indicates whether a pick list should be generated for the task.

GeneratePickListTime
string | null

The time when the pick list is generated.

GeneratePickListRange
integer<int32> | null

The range in minutes for generating the pick list.

ScheduleNextWorkingDay
boolean

Indicates whether the task should be scheduled for the next working day.

AssignedToPatternId
integer<int64> | null

The unique identifier of the pattern to which the task is assigned.

AssignedToScheduleId
integer<int64> | null

The unique identifier of the schedule to which the task is assigned.

IncompletionReason
string | null

The reason for task incompletion, if applicable.

IncompletionReasonImages
object[] | null

A list of images associated with the reason for task incompletion.

Pattern
object

The pattern details associated with the task, if any.

IsClustered
boolean | null

Indicates whether the task is part of a clustered set of tasks.

ClusterIds
string | null

The identifiers of the clustered tasks, if applicable.

CreatedBy
integer<int64>

The unique identifier of the user who created the task.

CreatedDt
string<date-time>

The date and time when the task was created.

UpdatedBy
integer<int64> | null

The unique identifier of the user who last updated the task.

UpdatedDt
string<date-time> | null

The date and time when the task was last updated.

isMobile
boolean | null

Indicates whether the task was created or updated via a mobile device.

isSeriesUpdate
boolean | null

Indicates whether the task is part of a series update.

originalDate
string | null

The original date of the task before any rescheduling, if applicable.

IncompletionReasonId
integer<int32> | null

The unique identifier of the reason for task incompletion.

IncompletionReasonName
string | null

The name of the reason for task incompletion.