YouTrack Standalone 7.0 Help

DELETE Group Role

DELETE /admin/group/{group}/role/{role}

Delete a role from a user group.

DELETE /rest/admin/group/{group}/role/{role}

Parameters:

NameTypeDescription
groupgroupByNameName of a user group.
roleroleByNameName of the Role to delete from the specified group.

Sample

Request

DELETE http://localhost:8081/rest/admin/group/idea-developers/role/Observer Cookie: $Version=0; JSESSIONID=16xaly1xy75ls930rhylg0y60; $Path=/; jetbrains.charisma.main.security.PRINCIPAL=NDgxMzQ5NGQxMzdlMTYzMWJiYTMwMWQ1YWNhYjZlN2JiN2FhNzRjZTExODVkNDU2NTY1ZWY1MWQ3Mzc2NzdiMjpyb290; $Path=/

Response

HTTP/1.1 200 OK Content-Type: application/xml; charset=UTF-8 Cache-Control: no-cache, no-store, no-transform, must-revalidate Content-Length: 0 Server: Jetty(7.2.0.v20101020)
Last modified: 2 February 2017