forked from docs/doc-exports
Reviewed-by: Kucerak, Kristian <kristian.kucerak@t-systems.com> Co-authored-by: Qin Ying, Fan <fanqinying@huawei.com> Co-committed-by: Qin Ying, Fan <fanqinying@huawei.com>
3.2 KiB
3.2 KiB
Deleting a DNAT Rule
Function
This API is used to delete a DNAT rule.
URI
DELETE /v2.0/dnat_rules/{dnat_rule_id}
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
dnat_rule_id |
Yes |
String |
Specifies the ID of the DNAT rule. |
Request
None
Response
None
Examples
- Example request
DELETE https://{Endpoint}/v2.0/dnat_rules/a78fb3eb-1654-4710-8742-3fc49d5f04f8
- Example response
None (STATUS CODE 204)
Status Code
See Status Codes.
Parent topic: DNAT Rules