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