YouTrack Standalone 7.0 Help

Delete a Build from a Bundle

DELETE /admin/customfield/buildBundle/{bundleName}/{buildName}

Remove build from bundle

DELETE /rest/admin/customfield/buildBundle/{bundleName}/{buildName}

Parameters:

Name Type Description
bundleName string Name of a bundle, from which a build should be deleted.
buildName string Name of a build to delete.

Sample

Request

DELETE http://localhost:8081/rest/admin/customfield/buildBundle/New%20Name%20with%20spaces/build%20one Cookie: $Version=0; JSESSIONID=upm6hixpu7bjr6z4nmvhdrl; $Path=/; jetbrains.charisma.main.security.PRINCIPAL=NDgxMzQ5NGQxMzdlMTYzMWJiYTMwMWQ1YWNhYjZlN2JiN2FhNzRjZTExODVkNDU2NTY1ZWY1MWQ3Mzc2NzdiMjpyb290; $Path=/

Response

HTTP/1.1 200 OK Content-Type: application/xml;charset=UTF-8 Content-Length: 0 Server: Jetty(7.2.0.v20101020)
Last modified: 2 February 2017