action cloudrf_delete_network { label: "Delete an entire network" description: "Warning! you could lose data. This function will delete the entry from the database and the file from the disk. Accidental deletion can be reversed by contacting support with biscuits who maintain an offsite backup." provider: cloudrf method: GET path: "/archive/delete/network" encoding: json input: { type: "object" properties: { nid: { type: "string" } } required: ["nid"] additionalProperties: false } output: { type: "object" additionalProperties: true } }