刪除指定使用者的協同授權記錄。
調試
您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。
調試
授權資訊
請求文法
POST HTTP/1.1
請求參數
|
名稱 |
類型 |
必填 |
描述 |
樣本值 |
| ResourceType |
string |
是 |
作品類型。
|
report |
| ResourceId |
string |
是 |
作品 ID。 |
al*************7ufv |
| QbiUserId |
string |
是 |
Quick BI 使用者 ID。 |
cc4b***94fa4 |
返回參數
|
名稱 |
類型 |
描述 |
樣本值 |
|
object |
|||
| RequestId |
string |
請求 ID。 |
46e53***********70 |
| Result |
boolean |
是否刪除成功。 |
true |
| Success |
boolean |
請求是否成功。 |
true |
樣本
正常返回樣本
JSON格式
{
"RequestId": "46e53***********70",
"Result": true,
"Success": true
}
錯誤碼
|
HTTP status code |
錯誤碼 |
錯誤資訊 |
描述 |
|---|---|---|---|
| 400 | Internal.System.Error | An internal system error occurred. | |
| 400 | Invalid.Parameter.Error | The parameter is invalid:%s. | |
| 400 | Invalid.User.Organization | The user is not in your organization. | |
| 400 | Cube.Not.Exist | The Cube does not exist. | |
| 400 | Datasource.NotFound.Error | The specified data source does not exist: %s. | |
| 400 | Report.NotExist.Error | This work does not exist. It may have been deleted. Work ID is %s. | |
| 400 | DeletePermission.ExistWorkspaceRecord.Error | cannot be deleted because there is already an workspace authorization record. | |
| 400 | DeletePermission.UserBelongsToUsergroup.Error | cannot be deleted because user belongs to usergroup: %s. | |
| 400 | DeletePermission.WorkspaceAllDeveloper.Error | cannot be deleted because editing permission attribute has already been configured: all workspace developers. | |
| 400 | DeletePermission.WorkspaceAllMember.Error | cannot be deleted because usage permission attribute has already been configured: all workspace members. | |
| 400 | Delete.WorpspaceAdminPermission.Error | can not delete workspace admin permission. | |
| 400 | Delete.ExistOrganizationRecord.Error | cannot be deleted because there is already an organization authorization record. | |
| 400 | Work.Not.Exist | The work does not exist. |
訪問錯誤中心查看更多錯誤碼。
變更歷史
更多資訊,參考變更詳情。