v1
latestOpenAPI 3.0.12026-07-13130168404.3 KBContent restrictions
Remove group from content restriction
Removes a group from a content restriction. That is, remove read or update permission for the group for a piece of content.
Permissions required: Permission to edit the content.
delete/wiki/rest/api/content/{id}/restriction/byOperation/{operationKey}/byGroupId/{groupId}
Path parameters
idstring required
The ID of the content that the restriction applies to.
operationKey'read' | 'update' required
The operation that the restriction applies to.
groupIdstring required
The id of the group to remove from the content restriction.
Response
Returned if the group is removed from the content restriction. The response body will be empty.