action cloudrf_delete { label: "Delete a calculation from the database." 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" encoding: json input: { type: "object" properties: { cid: { type: "integer" } } required: ["cid"] additionalProperties: false } output: { type: "object" additionalProperties: true } }