External DocumentationTo learn more, visit the Monday documentation.
Actions
Delete Group
Deletes a group with all of its items.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Board ID | The board’s identifier. |
| Group ID | The group’s identifier. |
{
"data": {
"delete_group": {
"id": "my_group",
"deleted": null
}
}
}
Was this page helpful?