刪除單條行列權限規(guī)則。
接口說明
說明
:當前接口僅支持 Quick BI 新版行列權限模型。若您仍在使用老的行列權限,請先一鍵遷移至新的行列權限模型后再調(diào)用該接口。一鍵遷移至新的行列權限模型的操作步驟:在組織管理-->安全配置-->行列權限升級新版中,單擊一鍵升級,升級至新版行級權限。
調(diào)試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
授權信息
當前API暫無授權信息透出。
請求參數(shù)
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
CubeId | string | 是 | 數(shù)據(jù)集 ID。 | 7c7223ae-****-3c744528014b |
RuleId | string | 是 | 行列權限的規(guī)則 ID。 | a5bb24da-****-a891683e14da |
返回參數(shù)
示例
正常返回示例
JSON
格式
{
"RequestId": "D8749D65-E80A-433C-AF1B-CE9C180FF3B4",
"Result": true,
"Success": true
}
錯誤碼
HTTP status code | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
400 | Instance.Expired | Your instance has expired. | 您的購買實例已經(jīng)過期。 |
400 | Instance.Not.Exist | The specified instance does not exist. | 暫未匹配到您的購買實例。 |
400 | Access.Forbidden | Access forbidden. Your instance version or access key is not allowed to call the API operation. | - |
400 | Invalid.Organization | The specified organizational unit does not exist. | 該組織不存在。 |
400 | User.Not.In.Organization | The specified user is not in the organizational unit. | 該用戶不在組織中。 |
400 | Cube.Not.Exist | The Cube does not exist. | 數(shù)據(jù)集不存在。 |
400 | CubePermission.Columnlevel.VersionError | You are not allowed to use the new dataLevelPermission API. | 沒有權限使用新版行列權限。 |
400 | Invalid.Parameter.Error | The parameter is invalid:%s. | 無效參數(shù)%s。 |
400 | RowLevelPermission.SwitchClose.Error | The row level permission switch must be on. | 對應的行級權限開關必須打開。 |
400 | RowLevelPermission.Rule.NotExsist | The row level permission rule does not exist: %s. | 行級權限規(guī)則不存在:%s。 |
400 | RowLevelPermission.Rule.NotBelongToCube | The row level permission rule does not belong to the current cube. | 行級權限規(guī)則不屬于當前數(shù)據(jù)集。 |
400 | Cube.NotBelongTo.CurrentOrganization | The cube does not belong to the current organization %s. | 數(shù)據(jù)集模型不屬于當前組織。 |
訪問錯誤中心查看更多錯誤碼。