{ "info": { "name": "Github Delete Repos Owner Repo Comments Comment", "_postman_id": "d97b0d0d-ad8d-46ef-b478-4664c88867ae", "description": "Delete a commit comment", "schema": "https://schema.getpostman.com/json/collection/v2.0.0/" }, "item": [ { "name": "repos", "item": [ { "id": "8d544407-63e2-40d6-8fb2-35861c39c301", "name": "delete-a-commit-comment", "request": { "url": { "protocol": "http", "host": "api.github.com", "path": [ "repos/:owner/:repo/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 commit comment" }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "7733befc-be2f-420c-82a8-c214d6da2d36" } ] } ] } ] }