{ "id":"/axapi/v3/axdebug/delete", "type":"object", "node-type":"scalar", "title":"delete", "operation-not-allowed": ["PUT"], "partition-visibility":"shared", "operational":1, "description":"delete axdebug file", "properties":{ "capture-file":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Delete a capture file (Specify target filename to change)", "optional":true }, "config-file":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Delete AXDebug config file (Specify target filename to change)", "optional":true } } }