{ "operationId": "deletePet", "parameters":[ { "name":"petId", "in":"path", "description":"Pet id to delete", "required":true, "schema":{ "type":"integer", "format":"int64" } }, { "name":"api_key", "in":"header", "schema":{ "type":"string" } } ], "responses":{ "200":{ "description":"Successful operation", "content":{ } }, "404":{ "description":"Pet not found", "content":{ } }, "405":{ "description":"Invalid ID supplied", "content":{ } } } }