YouTrack Standalone 2017.1 Help

Remove User Group from Users Bundle

DELETE /admin/customfield/userBundle/{bundleName}/group/{fieldValue}

Remove group from custom field users bundle

DELETE /rest/admin/customfield/userBundle/{bundleName}/group/{fieldValue}

Parameters:

Name Type Description
bundleName string Name of a users bundle, from which a user group should be deleted.
fieldValue string Name of a user group to delete from the bundle.

Sample

Request

DELETE http://localhost:8081/rest/admin/customfield/userBundle/Your%20Users/group/idea-developers Cookie: $Version=0; JSESSIONID=19eie47i6xtd6l37im4l7uxwc; $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: 18 April 2017