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 following URL with the Connector name and an appropriate API Key.

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

HTTP Response Specification

A successful 200 response will indicate the Connector has been deleted from ProGet. A 403 response indicates a missing, unknown, or unauthorized API Key.