Groups
Remove user from group
Removes a user from a group.
Permissions required: Site administration (that is, member of the site-admin group).
delete/rest/api/3/group/user
Query parameters
groupnamestring
As a group's name can change, use of groupId is recommended to identify a group.
The name of the group. This parameter cannot be used with the groupId parameter.
groupIdstring
The ID of the group. This parameter cannot be used with the groupName parameter.
usernamestring
This parameter is no longer available. See the deprecation notice for details.
accountIdstring required
Example:5b10ac8d82e05b22cc7d4ef5
The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, 5b10ac8d82e05b22cc7d4ef5.
Response
Returned if the request is successful.