Delete Network Connector

Deletes a specified network connector.

Request

URI

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

Example:

DELETE http://192.168.122.1:9696/v2.0/network_connectors/07993b1c-79e1-4cf6-a663-dc42b9ce37d4

Headers

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

Response

Status Code

  • 204

Headers

  • Content-Type: text/plain

Errors

  • 401: Token is not specified or not authorized
  • 403: Token is not permitted to operate
  • 404: Specified network connector not found
  • 409:
    • Specified network connector in use.
    • Operation conflicts with another one.