Code of Conduct
What article on docs.github.com is affected?
https://docs.github.com/en/rest/issues/labels?apiVersion=2022-11-28#remove-a-label-from-an-issue
What part(s) of the article would you like to see updated?
It is unclear whether a 404 is generated because:
- The label does not exist on the Pull Request/Issue
- Expected error most people will want to handle
- The label is not defined on the repo
Additional information
Relevant docs
This endpoint returns a 404 Not Found status if the label does not exist.
Code of Conduct
What article on docs.github.com is affected?
https://docs.github.com/en/rest/issues/labels?apiVersion=2022-11-28#remove-a-label-from-an-issue
What part(s) of the article would you like to see updated?
It is unclear whether a 404 is generated because:
Additional information
Relevant docs