Delete Group
Deletes a group with all of its items.
External Documentation
To learn more, visit the Monday documentation.
Parameters
Parameter | Description |
---|---|
Board ID | The board's identifier. |
Group ID | The group's identifier. |
Example Output
{
"data": {
"delete_group": {
"id": "my_group",
"deleted": null
}
},
"account_id": 12345678
}
Workflow Library Example
Delete Group with Monday and Send Results Via Email
Preview this Workflow on desktop