Skip to main content

 Services

Web services from /about to /webhooks

delete group

/groups/{group} [DELETE]

Description

Deletes PERMANENTLY a group or project from the database.

If a project:

  1. all its groups/subprojects must be deleted or archived first
  2. deletes the templates folder

If a group:

  1. deletes the default GroupURI and all its URIs (except the ones that are shared, they should just be unlinked), this should remove all the XLinks attached;
  2. deletes the GroupURI for general discussion, this should remove all the XLinks attached;
  3. unlinks all the other GroupURIs;
  4. deletes the index files

These actions should remove the physical files (provided the correct methods are used).

Parameters

No parameters required.

Permission

This service requires administrator and delete-documents,delete-comments must be enabled in global properties.

Response

Error handling

0x1107Failed to delete a group URI
Created on , last edited on