SQL Command ReferenceDELETE GROUPOn this pageDELETE GROUP Description Delete an existing group. Note that the SQL statement does not end with ; Syntax DELETE GROUP `<name>` Example DELETE GROUP `my_group` Required parameters <name>: Specify the name of the group to delete.