Verb | URI | Description |
DELETE | /agents/agent_id |
Delete the given agent. |
Normal Response Code: 204
Error Response Codes: NotFound (404) if not authorized or the agent does not exist
This operation deletes the agent.
This operation does not require a request body.
This operation does not return a response body.
Example 4.68. Delete Agent: JSON Request
DELETE /v2.0/agents/44002aeb-2817-4cb8-9306-34308b4b40d9 HTTP/1.1 Host: controlnode:9696 User-Agent: python-neutronclient Content-Type: application/json Accept: application/json X-Auth-Token: 4cbb09e780434b249ff596d6979fd8fc
Example 4.69. Delete Agent: JSON Response
HTTP/1.1 204 No Content Content-Length: 0 Date: Tue, 26 Mar 2013 12:12:35 GMT