curl --request DELETE \
--url https://gogs.example.com/api/v1/admin/teams/{teamid}/members/{username} \
--header 'Authorization: <api-key>'Requires the authenticated user to be a site administrator.
curl --request DELETE \
--url https://gogs.example.com/api/v1/admin/teams/{teamid}/members/{username} \
--header 'Authorization: <api-key>'