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 https://example.com/youtrack/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
Last modified: 30 March 2021