delete group
/groups/{group} [DELETE]
| API Support | Available since | Last updated | Output |
|---|---|---|---|
Description
Deletes PERMANENTLY a group or project from the database.
If a project:
- all its groups/subprojects must be deleted or archived first
- deletes the templates folder
If a group:
- 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;
- deletes the GroupURI for general discussion, this should remove all the XLinks attached;
- unlinks all the other GroupURIs;
- 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
| 0x1107 | Failed to delete a group URI |
|---|