v1

latestOpenAPI 3.0.02026-08-064311,0881.3 MB
contentPermissions

Remove permissions from a content item.

Remove permissions from a content item with the given identifier.

put/v2/content/{id}/permissions/remove

Path parameters

idstring required

The identifier of the content item.

Headers

isAdminModestring

Set this to "true" if you want to perform the request as a Content Administrator.

Request body

notifyRecipientsboolean required

Set this to "true" to notify the users who had a permission update.

notificationMessagestring required

The notification message sent to the users who had a permission update.

Example request

{
  "contentPermissionAssignments": [
    {
      "sourceType": "role"
    }
  ]
}

Response

Updated permissions for the requested content item.

Example response

{
  "explicitPermissions": [
    {
      "sourceType": "role"
    }
  ],
  "implicitPermissions": [
    {
      "sourceType": "role"
    }
  ]
}