action i_cue_delete_administration_entity_id { label: "Delete organization" description: "This is an iCUE only endpoint or Enterprise feature." provider: i_cue method: DELETE path: "/administration/entity/{id}" encoding: json input: { type: "object" properties: { Token: { type: "string" } id: { type: "integer" format: "int32" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }