{ "info": { "name": "Github Delete Repos Owner Repo Issues Number Labels Name", "_postman_id": "306ae15c-6e6f-4f0f-b27b-6f94feec435f", "description": "Remove a label from an issue.", "schema": "https://schema.getpostman.com/json/collection/v2.0.0/" }, "item": [ { "name": "repos", "item": [ { "id": "1b355919-41c1-4d64-b7bc-ae2066495424", "name": "remove-a-label-from-an-issue", "request": { "url": { "protocol": "http", "host": "api.github.com", "path": [ "repos/:owner/:repo/issues/:number/labels/:name" ], "query": [ { "key": "access_token", "value": "%7B%7D", "disabled": false } ], "variable": [ { "id": "name", "value": "{}", "type": "string" }, { "id": "number", "value": "{}", "type": "string" }, { "id": "owner", "value": "{}", "type": "string" }, { "id": "repo", "value": "{}", "type": "string" } ] }, "method": "DELETE", "header": [ { "key": "Accept", "value": "{}", "description": "Is used to set specified media type", "disabled": false } ], "body": { "mode": "raw" }, "description": "Remove a label from an issue" }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "2d66bf28-7f1e-40a5-ae25-27c929d745c1" } ] } ] } ] }