{ "info": { "name": "Github Delete Repos Owner Repo Pulls Comments Comment", "_postman_id": "4ccd1ddf-568d-44a7-a871-2d9b61de9855", "description": "Delete a comment.", "schema": "https://schema.getpostman.com/json/collection/v2.0.0/" }, "item": [ { "name": "repos", "item": [ { "id": "4f12b55f-067a-446d-addf-f5d358c170b4", "name": "delete-a-comment", "request": { "url": { "protocol": "http", "host": "api.github.com", "path": [ "repos/:owner/:repo/pulls/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": "e227ac07-657a-40df-8ed4-228657bcf65e" } ] } ] } ] }