Delete IPv6 gateway bandwidth limiting policy
Updated at:2025-10-16
Description
Delete IPv6 gateway bandwidth limiting policy
Request structure
Plain Text
1DELETE /v{version}/IPv6Gateway/{gatewayId}/rateLimitRule/{rateLimitRuleId}?clientToken={clientToken} HTTP/1.1
2Host: bcc.bd.baidubce.com
3Authorization: authorization string
Request headers
There are no special headers required beyond the common headers.
Request parameters
| Parameter name | Types | Whether required | Parameter location | Description |
|---|---|---|---|---|
| version | String | Yes | URL parameter | API version number |
| clientToken | String | No | Query | Idempotence token, which is an ASCII string with a length not exceeding 64 bits, see details in [ClientToken Idempotence Support](VPC/API Reference/General Description.md#Idempotence) |
| gatewayId | String | Yes | URL parameter | IPv6 gateway ID |
| rateLimitRuleId | String | Yes | URL parameter | ID of bandwidth limiting policy |
Response headers
No special headers are required beyond the standard ones.
Response parameters
No special response parameters are available.
Request example
Plain Text
1DELETE /v1/IPv6Gateway/gw-5af4eb65/rateLimitRule/ipv6_qos-0b56ec38 HTTP/1.1
2Host: bcc.bj.baidubce.com
3authorization: bce-auth-v1/c3119080364d11e8912505e5e0ae9978/2018-04-02T08:14:25Z/3600/host;x-bce-account;x-bce-client-ip;x-bce-date;x-bce-request-id;x-bce-security-
4token/6b93bfd5ca2328fcb5560fa57f56253d80a629f6aac9c9cb74adf9a055fceb53
Response example
Plain Text
1HTTP/1.1 200 OK
2x-bce-request-id: 7e789a40-adac-414a-8bd4-916d6be61112
3Date: Mon, 02 Apr 2018 08:14:25 GMT
4Content-Type: application/json;charset=UTF-8
5Server: BWS
