action rumble_remove_service { label: "Remove a service" provider: rumble method: DELETE path: "/org/services/{service_id}" encoding: json input: { type: "object" properties: { service_id: { type: "string" format: "uuid" } } required: ["service_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }