WorkItemDeleteBatchRequest interface

Describes a request to delete a set of work items

Properties

destroy

Optional parameter, if set to true, the work item is deleted permanently. Please note: the destroy action is PERMANENT and cannot be undone.

ids

The requested work item ids

skipNotifications

Optional parameter, if set to true, notifications will be disabled.

Property Details

destroy

Optional parameter, if set to true, the work item is deleted permanently. Please note: the destroy action is PERMANENT and cannot be undone.

destroy: boolean

Property Value

boolean

ids

The requested work item ids

ids: number[]

Property Value

number[]

skipNotifications

Optional parameter, if set to true, notifications will be disabled.

skipNotifications: boolean

Property Value

boolean