Deletes Cloud Firewall member accounts.
Operation description
You can call the DeleteInstanceMembers operation to delete up to 20 Cloud Firewall member accounts at a time. Separate the UIDs of multiple member accounts with commas (,). After a member account is deleted, Cloud Firewall can no longer access the cloud resources of that account. Proceed with caution. Before you delete member accounts, call the DescribeInstanceMembers operation to obtain information about the member accounts.
QPS limit
The queries per second (QPS) limit for this operation is 10 calls per second for each user. API calls are throttled if you exceed the limit, which may affect your business. Call this operation at a reasonable rate.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-cloudfirewall:DeleteInstanceMembers |
delete |
*InstanceMember
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| MemberUids |
array |
Yes |
The list of UIDs of the Cloud Firewall member accounts. |
1234123412341234 |
|
integer |
No |
The UID of a Cloud Firewall member account. |
258039427902**** |
Response parameters
|
Parameter |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. |
03E8AA70-0CC9-42EA-97AA-EA68377930B4 |
Examples
Success response
JSON format
{
"RequestId": "03E8AA70-0CC9-42EA-97AA-EA68377930B4"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | ErrorParamsNotEnough | Parameters are insufficient. | Parameters are insufficient. |
| 400 | ErrorDBInsert | An error occurred while performing an insert operation in the database. | An error occurred while performing an insert operation in the database. |
| 400 | ErrorInstanceTooManyMembersOnce | too many members once. | The number of members to be added or deleted at a time exceeds the limit. |
| 400 | ErrorInstanceMemberHasFirewall | instance member has firewall resource. | A forward proxy, a DNS firewall, or a VPC firewall whose Routing Mode is Manual is created for the member. |
| 401 | ErrorAuthentication | An authentication error occurred. | An authentication error occurred. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.