{ "info": { "name": "Github Delete Repos Owner Repo Keys Key", "_postman_id": "7338644c-518a-4ced-930c-b82f5b1f65a2", "description": "Delete a key.", "schema": "https://schema.getpostman.com/json/collection/v2.0.0/" }, "item": [ { "name": "repos", "item": [ { "id": "301c045a-40a6-4bf3-a41f-82448a0e4a98", "name": "delete-a-key", "request": { "url": { "protocol": "http", "host": "api.github.com", "path": [ "repos/:owner/:repo/keys/:keyId" ], "query": [ { "key": "access_token", "value": "%7B%7D", "disabled": false } ], "variable": [ { "id": "keyId", "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 key" }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "d6d77ebb-0bb4-47ac-b6b2-69eb9a71fd0b" } ] } ] } ] }