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 Feed

view on GitHub

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

Command Specification (CLI)

The feed delete command is used to delete a feed.

The --feed option is always required.

Deleting a feed requires the feed name (e.g. myNugetFeed):

pgutil feed delete --feed=myNugetFeed

HTTP Request Specification

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

DELETE /api/management/feeds/delete/«feed-name»

HTTP Response Specification

A successful 200 response indicates that the specified feed has been deleted. A 403 response indicates a missing, unknown, or unauthorized API Key.