Skip to main content

Delete Group

Deletes a group with all of its items.

External Documentation

To learn more, visit the Monday documentation.

Parameters

ParameterDescription
Board IDThe board's identifier.
Group IDThe 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

Workflow LibraryPreview this Workflow on desktop