Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axios/axios
/ deleteLabel
Method
deleteLabel
bin/GithubAPI.js:58–60 ·
view source on GitHub ↗
(issue, label)
Source
from the content-addressed store, hash-verified
56
}
57
58
async
deleteLabel(issue, label) {
59
return
(
await
this.axios.delete(`/issues/${issue}/labels/${label}`)).data;
60
}
61
62
async
getIssue(issue) {
63
return
(
await
this.axios.get(`/issues/${issue}`)).data;
Callers
nothing calls this directly
Calls
1
delete
Method · 0.80
Tested by
no test coverage detected