Delete port
Deletes a specified port.
URI
/v2.0/ports/{port_id}
Description of the URI:
{port_id} UUID The UUID for the port.
HTTP method
DELETE
Request parameter
Advisory Notes
- Do not delete ports that are attached to virtual servers.
- Do not delete the port on the subnet used for SSL-VPN connections that has "network:dhcp" as the "device_owner".
Response status
Status code | Description |
---|---|
204 | Normal response codes |
unauthorized (401) | Error response codes |
forbidden (403) | Error response codes |
itemNotFound (404) | Error response codes |