action trashnothing_delete_alert { label: "Delete an email alert" provider: trashnothing method: DELETE path: "/users/me/alerts/{alert_id}" encoding: json input: { type: "object" properties: { alert_id: { type: "string" } } required: ["alert_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }