Method | URI | Description |
---|---|---|
DELETE | /v2.0/metering-label-rules/{metering-label-rule-id} | Deletes a specified l3 metering label rule. |
This operation does not require a request body.
This operation does not return a response body.
Normal response codes: 204
Error response codes: unauthorized (401), itemNotFound (404)
This table shows the URI parameters for the delete metering label rule request:
Name | Type | Description |
---|---|---|
| Uuid | The unique identifier of metering label rule. |
Example 4.234. Delete metering label rule: JSON request
DELETE /v2.0/metering/metering-labels/37b31179-71ee-4f0a-b130-0eeb28e7ede7 HTTP/1.1 Host: controlnode:9696 User-Agent: python-neutronclient Content-Type: application/json Accept: application/json X-Auth-Token: c52a1b304fec4ca0ac85dc1741eec6e2
This operation does not require a request body.