v1

latestOpenAPI 3.0.02026-07-17166300328.1 KB
Sharing Groups

Remove an organisation from a sharing group

post/sharing_groups/removeOrg/{sharingGroupId}/{organisationId}

Path parameters

OR
string uuid required
Example:1

UUID or numeric ID of the sharing group

string required
OR
string uuid required
Example:12345

UUID or numeric ID of the organisation

Response

Remove organisation from a sharing group response

savedboolean
successboolean
namestring
messagestring
urlstring

Example response

{
  "name": "Organisation removed from the sharing group.",
  "message": "Organisation removed from the sharing group.",
  "url": "/sharing_groups/removeOrg"
}