You can call this operation to delete an access control address book.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DeleteAddressBook |
The operation that you want to perform. Set the value to DeleteAddressBook. |
GroupUuid | String | Yes | 0657ab9d-fe8b-4174-b2a6-6baf358ea4ad |
The unique ID of the address book. You can call the DescribeAddressBook operation to query the ID. |
Lang | String | No | zh |
The language of the request and response. Valid values:
|
SourceIp | String | No | 1.2.3.4 |
The source IP address of the request. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | CBF1E9B7-D6A0-4E9E-AD3E-2B47E6C2837D |
The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/? Action=DeleteAddressBook
&GroupUuid=0657ab9d-fe8b-4174-b2a6-6baf358ea4ad
&<Common request parameters>
Sample success responses
XML
format
<DeleteAddressBook>
<RequestId>850A84D6-0DE4-4797-A1E8-00090125EEB1</RequestId>
</DeleteAddressBook>
JSON
format
{
"RequestId":"850A84D6-0DE4-4797-A1E8-00090125EEB1"
}
Error codes
For a list of error codes, visit the API Error Center.