DeleteWorkItemFields

Contents

This input object captures the arguments to the deleteWorkItem mutation. Multiple instances can be passed to deleteWorkItems when it is more convenient (for example, when the number of work items to be deleted isn’t known until runtime).

Fields

app (String!)
The api name of the app to delete the work item from.

type (String!)
The template api name of the item to delete.

id (ID!)
The id of the item to delete.

Updated on September 9, 2025

Related Articles