System Group APIs
Delete system group
OVERVIEW
Overview
This API call is used to delete a system group.
HTTP Request
DELETE /api/3/groups/<GROUPID>
URL Parameters
Parameter |
Description |
---|---|
GROUPID | The ID of the System group to delete |
HTTP Response
Success
HTTP response 200
Error
See API Error messages
Example
DELETE http://example.com/context/api/3/groups/2
Error messages
Summary | Ref Code (before V4) | Ref Code (V4) |
Group id must be required |
125 | 125 |
Group id is not in proper format |
124 | 124 |
An auto-created group cannot be deleted |
N/A | 311 |
The group does not exist within the system |
126 | 126 |
This system group name is associated with one or more sites |
N/A | 310 |
NOTE : This API now can be used to delete system as well as active directory groups.
Last Updated: Jun 09,2023
Comments
0 Comments