mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-10-31 15:53:33 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			263 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			263 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
| 	"type": "object",
 | |
| 	"description": "DeletedItemResponse",
 | |
| 	"additionalProperties": false,
 | |
| 	"required": ["result"],
 | |
| 	"properties": {
 | |
| 		"result": {
 | |
| 			"type": "boolean",
 | |
| 			"nullable": true
 | |
| 		},
 | |
| 		"error": {
 | |
| 			"$ref": "#/components/schemas/ErrorObject"
 | |
| 		}
 | |
| 	}
 | |
| }
 |