# Delete a Group Deletes existing group and all its services. Request valid only in the scope of Primary or Standalone Hub and can't be used in the scope of a Connected Hub. Deleting a group also deletes: - All services in that group, - Events if there are events that after deleting this group with its services would be left without any other services. Endpoint: DELETE /hubs/{subdomain}/groups/{group_id} Version: 3.0-R1 Security: ApiKeyAuth ## Path parameters: - `subdomain` (string, required) Unique subdomain of requested Hub. - `group_id` (integer, required) id of the group ## Query parameters: - `api_version` (string) Api version Enum: "V3-R1" ## Response 200 fields (application/json): - `message` (string)