Delete Item
Deletes a single item.
External Documentation
To learn more, visit the Monday documentation.
Parameters
Parameter | Description |
---|---|
Item ID | The item's unique identifier. |
Example Output
{
"data": {
"delete_item": {
"id": "1235025789"
}
},
"account_id": 12345678
}
Workflow Library Example
Delete Item with Monday and Send Results Via Email
Preview this Workflow on desktop