Skip to main content

 Services

Web services from /about to /webhooks

archive group

/members/{member}/groups/{group}/archive [POST]

Description

Archive the group.

Invoking this service starts an Asynchronous process.

The thread does the following

  1. Prefix the group name with ‘archive-’ and add the archive flag
  2. Create any missing archive parent project
  3. Modify the default group URI and all the URIs below.

Parameters

No parameters required – the group is already specified in the path component of the URL.

Permission

This service requires manager or higher.

Response

This service returns the following XML:

<group-archive>
  <thread ...> ... </thread>
</group-archive>

Error Handling

No specific errors expected for this service.

See logs for more details about the effect of this service.

Created on , last edited on