Remove Network From DHCP agent

Verb URI Description
DELETE /agents/agent_id/dhcp-networks/network_id Remove the network from the given DHCP agent.

Normal Response Code: 204

Error Response Codes: Unauthorized (401), Forbidden (403), NotFound (404), Conflict (409) if the network is not hosted by the given DHCP agent.

This operation does not require a request body.

This operation does not return a response body.

 

Example 4.156. Remove Network From DHCP agent: JSON Request

DELETE /v2.0/agents/d5724d7e-389d-4ba0-8d00-fc673a147bfa/dhcp-networks/1ae075ca-708b-4e66-b4a7-b7698632f05f.json HTTP/1.1
Host: localhost:9696
User-Agent: python-neutronclient
Content-Type: application/json
Accept: application/json
X-Auth-Token: 7ae91cde8f504031be5a2cd5b99d4fe9


Questions? Discuss on ask.openstack.org
Found an error? Report a bug against this page


loading table of contents...