{ "info": { "name": "Github Delete Repos Owner Repo Issues Comments Comment", "_postman_id": "088b0adb-6881-4bc1-8dcc-d58ff28c08b3", "description": "Delete a comment.", "schema": "https://schema.getpostman.com/json/collection/v2.0.0/" }, "item": [ { "name": "repos", "item": [ { "id": "0e8ad106-747c-48c4-a4f9-13803f871371", "name": "delete-a-comment", "request": { "url": { "protocol": "http", "host": "api.github.com", "path": [ "repos/:owner/:repo/issues/comments/:commentId" ], "query": [ { "key": "access_token", "value": "%7B%7D", "disabled": false } ], "variable": [ { "id": "commentId", "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": "Delete a comment" }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "c2697e7b-2ac2-4e10-9a15-357d1e7babaf" } ] } ] } ] }