Groups

Delete group

DEL /api/v1/groups/{id}

Deletes a group. Its monitors are ungrouped and any subgroups are promoted to the top level; monitors themselves are never deleted.

Response

Returns an empty response with status 204. The group's monitors are ungrouped (their group_id becomes null) and any subgroups are promoted to the top level; nothing else is deleted.