admin:org scope to use this endpoint. If the repository is private, the repo scope is also required.curl --location --request DELETE 'https://service1.exmaple.com/orgs//actions/runners//labels'{
"total_count": 3,
"labels": [
{
"id": 5,
"name": "self-hosted",
"type": "read-only"
},
{
"id": 7,
"name": "X64",
"type": "read-only"
},
{
"id": 20,
"name": "macOS",
"type": "read-only"
}
]
}