Delete a label
DELETE
/repos/{owner}/{repo}/labels/{name} https://api.github.com
Deletes a label using the given label name.
Parameters
path Path Parameters
| Name | Type |
|---|---|
owner
required
The account owner of the repository. The name is not case sensitive. | string |
repo
required
The name of the repository without the | string |
name
required
| string |
Responses
204
Response
unknown