action rumble_remove_site { label: "Remove a site and associated assets" provider: rumble method: DELETE path: "/org/sites/{site_id}" encoding: json input: { type: "object" properties: { site_id: { type: "string" format: "uuid" } } required: ["site_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }