Removes members from Cloud Firewall.
Description
You can call the DeleteInstanceMembers operation to remove members from Cloud Firewall.
Limits
You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DeleteInstanceMembers |
The operation that you want to perform. Set the value to DeleteInstanceMembers. |
MemberUids.N | RepeatList | Yes | 1234123412341234 |
The unique identifier (UID) of member N that you want to remove from Cloud Firewall. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 03E8AA70-0CC9-42EA-97AA-EA68377930B4 |
The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/?Action=DeleteInstanceMembers
&MemberUids.1=123412341234****
&<Common request parameters>|
Sample success responses
XML
format
HTTP/1.1 200 OK
Content-Type:application/xml
<DeleteInstanceMembersResponse>
<RequestId>03E8AA70-0CC9-42EA-97AA-EA68377930B4</RequestId>
</DeleteInstanceMembersResponse>
JSON
format
{
"RequestId": "03E8AA70-0CC9-42EA-97AA-EA68377930B4"
}