Remove a user from a groupAsk AIdelete https://api.safetyculture.io/groups/{group_id}/users/{user_id}Removes a user from a group in an organization.Path Paramsgroup_idstringrequiredThe ID of the group or organization to remove the user from.user_idstringrequiredThe ID of the user to remove.Query Paramsreplacement_userstringThe ID of the user to reassign data to when removing the user from an organization.Responses 200A successful response. defaultAn unexpected error response.Updated 5 months ago