Remove Individual User from Users Bundle
DELETE /admin/customfield/userBundle/{bundleName}/individual/{fieldValue}
Remove individual user from custom field users bundle
DELETE /rest/admin/customfield/userBundle/{bundleName}/individual/{fieldValue}
Parameters:
Name | Type | Description |
---|---|---|
bundleName | string | Name of a users bundle, from which an individual user should be deleted. |
fieldValue | string | Login name of a user to be deleted. |
Sample
Request
DELETE https://example.com/youtrack/rest/admin/customfield/userBundle/Your%20Users/individual/beto
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
Last modified: 17 December 2019