Project
Delete Release
Delete a ProjectRelease
A Project may have one or more ProjectReleases. A ProjectRelease is the coordinated publication of one or more Packages for the Project having the same Version string.
A ProjectRelease is always associated with a single ProjectRelease.
A ProjectRelease is uniquely identified by the combination of the Project identifier and the Version string, separated by an ’@’ character, e.g. proj_a858f4d4-6e5b-4ab5-8d92-e9715b584ec1@1.5.12
A ProjectRelease can have zero or more Changes associated with it that describe the bug fixes and new features that were included in the ProjectRelease.
DELETE
Response
204
No Content
Previous
List ReleaseSeriesList multiple ProjectReleaseSeries
A Project may have one or more <em>ProjectReleaseSeries</em>. A
ProjectReleaseSeries describes a single release series for a Project.
ProjectReleaseSeries are identified by a simple string that must be unique
for the Project. Typically the ProjectReleaseSeries Name will be a major or
major.minor version series, e.g. "4" or "1.28", however this is not
universally true. Some Projects use date-based names like "2024.04".
A ProjectReleaseSeries has a <b>PublishedOn</b> date which indicates when the
release was originally "cut".
Next