{ "id":"/axapi/v3/delete/geo-location", "type":"object", "node-type":"scalar", "title":"geo-location", "operation-not-allowed": ["PUT"], "operational":1, "description":"Delete geo-location file", "properties":{ "filename":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "not":"all", "description":"Specify file to be deleted", "optional":true }, "all":{ "type":"number", "format":"flag", "default":0, "not":"filename", "description":"Delete all files", "optional":true } } }