Detaches the AccessKey of a multicloud account, such as a Tencent Cloud or Huawei Cloud account, from a threat analysis data source. You can then attach a new account.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sas:DeleteBindAccount |
delete |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| BindId |
integer |
No |
The binding ID. Call the ListBindAccount operation to obtain the binding ID. |
10 |
| AccountId |
string |
Yes |
The ID of the cloud account. |
123xxxxxxx |
| AccessId |
string |
Yes |
The AccessKey ID of the cloud account. |
ABCXXXXXXXX |
| CloudCode |
string |
Yes |
The code for the cloud service provider. Valid values:
|
hcloud |
| RegionId |
string |
No |
The region where the threat analysis data center is located. Select a region based on the location of your assets. Valid values:
|
cn-hangzhou |
| RoleType |
integer |
No |
The type of the view. Valid values:
|
1 |
| RoleFor |
integer |
No |
The user ID of the member. An administrator can specify this parameter to perform the operation from the perspective of a member. |
113091674488**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
CloudSiemSuccessResponse |
||
| Data |
object |
The data returned. |
|
| Count |
integer |
The number of account bindings that are deleted. A value of 1 indicates that the operation was successful. A value of 0 or less indicates that the operation failed. |
1 |
| RequestId |
string |
The request ID. |
6276D891-*****-55B2-87B9-74D413F7**** |
Examples
Success response
JSON format
{
"Data": {
"Count": 1
},
"RequestId": "6276D891-*****-55B2-87B9-74D413F7****"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | InternalError | The request processing has failed due to some unknown error. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.