{ "id":"/axapi/v3/visibility/packet-capture/delete-packet-capture-file", "type":"object", "node-type":"scalar", "title":"delete-packet-capture-file", "operation-not-allowed": ["DELETE", "PUT"], "partition-visibility":"shared", "operational":1, "description":"Delete the Packet capture pcapng file", "properties":{ "file-name":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Specify the name of the packet capture file to be deleted", "optional":true }, "all":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Delete all files in this partition", "optional":true } } }