Revokes an authority over a pagerendition from an actor

POST /applications/{applicationId}/deployments/{deploymentKey}/pagerenditions/{pageRenditionIdOrKey}/authorities/{authorityId}/revoke

Parameters

Name Required Type Description
applicationId true string
deploymentKey true string
pageRenditionIdOrKey true string
authorityId true string
id true string

Response

{
  "type": "object",
  "description": "Status of Operation",
  "properties": {
    "ok": {
      "type": "boolean",
      "description": "Indicates whether the operation succeeded or not"
    }
  }
}