Organisation Group APIs
Delete Organisation Group
OVERVIEW
Overview
Delete an organisation group within Publisher
This API call is used to delete an organisation group within the system. The organisation group identifier is the organisation group ID.
Since v4.6
HTTP Request
DELETE /api/2/organisationgroups/<ID>
URL Parameters
Parameter | Description |
---|---|
ID | The ID of the organisation 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/organisationgroups/3
Response
202
Last Updated: Nov 08,2024
Comments
0 Comments