| 123456789101112131415161718192021222324252627282930313233343536373839 | 
							- {
 
- 	"operationId": "deleteProxyHost",
 
- 	"summary": "Delete a Proxy Host",
 
- 	"tags": ["Proxy Hosts"],
 
- 	"security": [
 
- 		{
 
- 			"BearerAuth": ["proxy_hosts"]
 
- 		}
 
- 	],
 
- 	"parameters": [
 
- 		{
 
- 			"in": "path",
 
- 			"name": "hostID",
 
- 			"schema": {
 
- 				"type": "integer",
 
- 				"minimum": 1
 
- 			},
 
- 			"required": true,
 
- 			"example": 2
 
- 		}
 
- 	],
 
- 	"responses": {
 
- 		"200": {
 
- 			"description": "200 response",
 
- 			"content": {
 
- 				"application/json": {
 
- 					"examples": {
 
- 						"default": {
 
- 							"value": true
 
- 						}
 
- 					},
 
- 					"schema": {
 
- 						"type": "boolean"
 
- 					}
 
- 				}
 
- 			}
 
- 		}
 
- 	}
 
- }
 
 
  |