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

See API Error messages

 

Example HTTP Request & Response

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

 

Response

202

 

 

Comments


0 Comments

Last Updated: Nov 08,2024