delete-private-groups-GROUP_SERIAL.rst (369B)
1 .. http:delete:: [/instances/$INSTANCES]/private/groups/$GROUP_SERIAL 2 3 This is used to delete information about a group. 4 5 **Required permission:** ``groups-write`` 6 7 **Response:** 8 9 :http:statuscode:`204 No content`: 10 The backend has successfully deleted the group. 11 12 :http:statuscode:`404 Not found`: 13 The group or the instance is unknown to the backend.