Remove a user from a groupCopy Pagedelete https://{hostname}/amfa/v1/groups/{groupId}/users/{userId}Remove a user from a group.Path ParamsgroupIdstringrequiredA unique identifier for the group.userIdstringrequiredA unique identifier for the user account.Query ParamscontractIdstringrequiredUnique identifier for the contract.accountSwitchKeystringFor customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.Responses 204User successfully removed from the group. 400Bad request. 401Unauthorized. 403Forbidden. 404Not found. 500Internal server error.Updated 4 months ago