mgd_delete_sitegroup

Name

mgd_delete_sitegroup -- Delete a sitegroup

Synopsis

bool mgd_delete_sitegroup(int id);

Description

Minimum version: Midgard 1.4 (Bifrost)

Deletes the sitegroup with id id. Only root users are allowed to do this, and the sitegroup must be completely empty for this to succeed.

Returns true if successfull. Returns false on failure.