Menghapus catatan otorisasi kolaboratif pengguna tertentu.
Coba sekarang
Test
RAM authorization
Sintaks permintaan
POST HTTP/1.1
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| ResourceType |
string |
Yes |
Tipe Sumber daya. Nilai valid:
|
report |
| ResourceId |
string |
Yes |
ID Sumber daya. |
al*************7ufv |
| QbiUserId |
string |
Yes |
ID pengguna Quick BI. |
cc4b***94fa4 |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
ID permintaan. |
46e53***********70 |
| Result |
boolean |
Apakah penghapusan berhasil. |
true |
| Success |
boolean |
Apakah permintaan berhasil. |
true |
Contoh
Respons sukses
JSONformat
{
"RequestId": "46e53***********70",
"Result": true,
"Success": true
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 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. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.