---
title: "Delete ProGet Project Release"
---
Deletes a project release in ProGet
ProGet::Delete-ProjectRelease(
	[ProjectName: <text>],
	[Release: <text>],
	[To: <text>],
	[ProGetUrl: <text>],
	[ApiKey: <text>]
);
| Name | Format | Script Usage | Usage Notes | 
|---|---|---|---|
| Project name | text | ProjectName | Default value is "$ApplicationName". | 
| Release number | text | Release | Value note: "default ($ReleaseNumber.$BuildNumber or $BuildNumber)". | 
| ProGet connection | text | To | Value note: "default". | 
| ProGet base URL | text | ProGetUrl | Not specifying will "Use URL from ProGet connection". | 
| API key | text | ApiKey | Not specifying will "Use token from ProGet connection". |