Internet Explorer is no longer supported. Many things will still work, but your experience will be degraded and some things won't function. Please use a modern browser such as Edge, Chrome, or Firefox.

Delete Connector

view on GitHub

Delete Connector is available as both a pgutil command and an HTTP Request, and will delete a specified connector.

Command Specification (CLI)

The connectors delete command is used to delete a connector.

The --connector option is always required.

Deleting a connector requires the connector name (e.g. myNugetConnector):

pgutil connectors delete --connector=myNugetConnector

HTTP Request Specification

To delete a specified connector simply DELETE to the URL with the connector name and an appropriate API Key.

DELETE /api/management/connectors/delete/«connector-name»

HTTP Response Specification

Response Details
200 (Success) will delete the specified connector
400 (Invalid Input) indicates invalid or missing properties in the request; the body will provide some details as text
403 (Unauthorized API Key) indicates a missing, unknown, or unauthorized API Key; the body will be empty
404 (Connector Not Found) indicates that the specified connector does not exist