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