Remove a member from an authorization groupAsk AIdelete https://api.fipto.app/companies/{company_id}/authorization-groups/{group_id}/members/{user_id}Remove a user from an authorization group.Path Paramscompany_idstringrequiredThe Company ID given by Fipto.group_idstringrequiredThe authorization group ID.user_iduuidrequiredThe user ID to remove from the group.Response 204Member removed from the group.Updated about 15 hours ago