Delete Network Connector Endpoint

Deletes a specified network connector endpoint.

Request

URI

DELETE <network service endpoint>/v2.0/network_connector_endpoints/<network connector endpoint id>

Example:

DELETE http://192.168.122.1:9696/v2.0/network_connector_endpoints/6ed3561f-087f-43f9-9a51-bf71f666b80f

Headers

  • X-Auth-Token: token delivered by identity service

Response

Status Code

  • 204

Errors

  • 401: Token is not specified or not authorized
  • 403: Token is not permitted to operate
  • 404: Network connector endpoint not found for specified ID
  • 409:
    • Some interfaces still connect to the network connector endpoint.
    • Operation conflicts with another one.