--- title: "Delete ProGet Project Release" ---
This is generated from the built in components of BuildMaster 2024.0, and may be different than what you have installed (especially if you have extensions); go to [Gear Icon] -> Administration -> Operations within your BuildMaster instance to see exactly what operations are available.

Deletes a project release in ProGet

Script usage:

ProGet::Delete-ProjectRelease(
	[ProjectName: <text>],
	[Release: <text>],
	[To: <text>],
	[ProGetUrl: <text>],
	[ApiKey: <text>]
);

Arguments:

NameFormatScript UsageUsage 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".