action browshot_delete_screenshot { label: "Delete screenshot data" description: "You can delete details of your screenshots to remove any confidential information.\n" provider: browshot method: GET path: "/screenshot/delete" encoding: json input: { type: "object" properties: { data: { type: "string" } id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }