YouTrack Standalone 2017.4 Help

Delete Version from a Bundle

DELETE /admin/customfield/versionBundle/{bundleName}/{versionName}

Remove version from bundle

DELETE /rest/admin/customfield/versionBundle/{bundleName}/{versionName}

Parameters:

Name

Type

Description

bundleName

string

Name of a bundle, from which a version should be deleted.

buildName

string

Name of a version to delete.

Sample

Request

DELETE https://example.com/youtrack/rest/admin/customfield/versionBundle/New%20Name%20with%20spaces/version1 Cookie: $Version=0; JSESSIONID=aovevd6psvky7i4y0bws8y2q; $Path=/; jetbrains.charisma.main.security.PRINCIPAL=NDgxMzQ5NGQxMzdlMTYzMWJiYTMwMWQ1YWNhYjZlN2JiN2FhNzRjZTExODVkNDU2NTY1ZWY1MWQ3Mzc2NzdiMjpyb290; $Path=/

Response

HTTP/1.1 200 OK Content-Type: application/xml;charset=UTF-8 Content-Length: 0
Last modified: 7 March 2019