action rumble_remove_agent { label: "Remove and uninstall an agent" provider: rumble method: DELETE path: "/org/agents/{agent_id}" encoding: json input: { type: "object" properties: { agent_id: { type: "string" format: "uuid" } } required: ["agent_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }