action id4i_delete_document { label: "Delete a document" provider: id4i method: DELETE path: "/api/v1/documents/{id4n}/{organizationId}/{fileName}" encoding: json input: { type: "object" properties: { fileName: { type: "string" } id4n: { type: "string" } organizationId: { type: "string" } } required: ["fileName", "id4n", "organizationId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }