action cenit_delete_setup_observer_id { label: "Delete an event" description: "Deletes the specified event observer." provider: cenit method: DELETE path: "/setup/observer/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }