curl --request DELETE \
--url https://gogs.example.com/api/v1/repos/{owner}/{repo}/issues/{index}/labels/{id} \
--header 'Authorization: <api-key>'curl --request DELETE \
--url https://gogs.example.com/api/v1/repos/{owner}/{repo}/issues/{index}/labels/{id} \
--header 'Authorization: <api-key>'Personal access token. Use format: token {YOUR_ACCESS_TOKEN}
Repository owner
Repository name
Issue index
Label ID
The resource has been successfully deleted.