All Products
Search
Document Center

Quick BI:DeleteAuthorizationByUserId

Last Updated:Jul 02, 2026

Deletes the collaborative authorization record of a specified user.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request syntax

POST  HTTP/1.1

Request parameters

Parameter

Type

Required

Description

Example

ResourceType

string

Yes

The type of the resource. Valid values:

  • dashboard: dashboard

  • report: workbook

  • dashboardOfflineQuery: self-service data retrieval

  • cube: dataset

  • datasource: data source

  • screen: data dashboard

  • ANALYSIS: ad hoc analysis

  • dataForm: data entry form

report

ResourceId

string

Yes

The resource ID.

al*************7ufv

QbiUserId

string

Yes

The Quick BI user ID.

cc4b***94fa4

Response elements

Element

Type

Description

Example

object

RequestId

string

The request ID.

46e53***********70

Result

boolean

Indicates whether the deletion was successful.

true

Success

boolean

Indicates whether the request was successful.

true

Examples

Success response

JSON format

{
  "RequestId": "46e53***********70",
  "Result": true,
  "Success": true
}

Error codes

HTTP status code

Error code

Error message

Description

400 Internal.System.Error An internal system error occurred. An internal system error occurred.
400 Invalid.Parameter.Error The parameter is invalid:%s. invalid parameter: ${0}.
400 Invalid.User.Organization The user is not in your organization. The user is not in your organization.
400 Cube.Not.Exist The Cube does not exist. The Cube does not exist.
400 Datasource.NotFound.Error The specified data source does not exist: %s. 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. 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. cannot be deleted because there is already an workspace authorization record.
400 DeletePermission.UserBelongsToUsergroup.Error cannot be deleted because user belongs to usergroup: %s. 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. 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. cannot be deleted because usage permission attribute has already been configured: all workspace members.
400 Delete.WorpspaceAdminPermission.Error can not delete workspace admin permission. can not delete workspace admin permission.
400 Delete.ExistOrganizationRecord.Error cannot be deleted because there is already an organization authorization record. cannot be deleted because there is already an organization authorization record.
400 Work.Not.Exist The work does not exist. The work does not exist.

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.