Open Context Protocol is live! 🚀 Read the launch post

deleteSharePermission

Delete share permission

DELETE /rest/api/3/filter/{id}/permission/{permissionId} HTTP/1.1

Parameters

{
  "id": {
    "description": "The ID of the filter.",
    "required": true,
    "location": "path",
    "type": "integer",
    "format": "int64"
  },
  "permissionId": {
    "description": "The ID of the share permission.",
    "required": true,
    "location": "path",
    "type": "integer",
    "format": "int64"
  }
}