{ "info": { "name": "Github Delete Repos Owner Repo Hooks Hook", "_postman_id": "f903019e-810d-4492-8253-6302de6fd4e2", "description": "Delete a hook.", "schema": "https://schema.getpostman.com/json/collection/v2.0.0/" }, "item": [ { "name": "repos", "item": [ { "id": "1f5efb84-19e0-449d-a3fe-533e260b0251", "name": "delete-a-hook", "request": { "url": { "protocol": "http", "host": "api.github.com", "path": [ "repos/:owner/:repo/hooks/:hookId" ], "query": [ { "key": "access_token", "value": "%7B%7D", "disabled": false } ], "variable": [ { "id": "hookId", "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 hook" }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "454fcbd9-6b05-41f6-8775-0ebc858ee3dc" } ] } ] } ] }