Delete Inventory Item
Delete Inventory Item Mutation
Arguments
Name
Type
Description
Return Type
Return Fields
Field
Type
Description
Usage Example
mutation {
deleteInventoryItem(id: "item_123") {
deletedID
workflows {
id
type
status
runID
}
}
}JavaScript Example
Important Notes
Related Operations
Last updated
Was this helpful?
