Remove all labels from an issue
curl --request DELETE \
--url https://gogs.example.com/api/v1/repos/{owner}/{repo}/issues/{index}/labels \
--header 'Authorization: <api-key>'Issues
Remove all labels from an issue
DELETE
/
repos
/
{owner}
/
{repo}
/
issues
/
{index}
/
labels
Remove all labels from an issue
curl --request DELETE \
--url https://gogs.example.com/api/v1/repos/{owner}/{repo}/issues/{index}/labels \
--header 'Authorization: <api-key>'