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

See  API Error messages 

 

Example HTTP Request & Response

DELETE http://example.com/context/api/2/groups/3

 

Response

202

 

 

Comments


0 Comments

Last Updated: Nov 08,2024