# Archive a Group Archives existing group and all its services. Request valid only in scope of Primary or Standalone Hub and can't be used in scope of a Connected Hub. Deleting a group also archives: - 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. The difference between deleting and archiving can be summarized by: - Both archived and deleted records are not visible on Hub Page, - Unlike deleted records, archived records are still visible in Control Panel but as a read-only records. Endpoint: PUT /hubs/{subdomain}/groups/{group_id}/archive 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)