action cenit_delete_setup_connection_role_id { label: "Delete a connection role." description: "Deletes the specified connection role." provider: cenit method: DELETE path: "/setup/connection_role/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }