User Group APIs
Delete User Group
OVERVIEW
Overview
Delete a user group within Publisher
This API call is used to delete a user group within the system. The user group identifier is the user group id.
Since v4.6
HTTP Request
DELETE /api/2/groups/<ID>
URL Parameters
Parameter | Description |
---|---|
ID | The ID of the group to delete |
HTTP Headers
HTTP Request Header | Description | Example |
---|---|---|
Authorization | The API Authorisation token. | "Bearer XXXXXXXXXXXXX" |
HTTP Response
Success
HTTP response 202
(Example below)
Error
Example HTTP Request & Response
DELETE
http://example.com/context/api/2/groups/3
Response
202
Last Updated: Nov 08,2024
Comments
0 Comments