deleteSharePermission
Delete share permission
DELETE /rest/api/3/filter/{id}/permission/{permissionId} HTTP/1.1Parameters
{
"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"
}
}