action id4i_delete_collection { label: "Delete collection" provider: id4i method: DELETE path: "/api/v1/collections/{id4n}" encoding: json input: { type: "object" properties: { id4n: { type: "string" } } required: ["id4n"] additionalProperties: false } output: { type: "object" additionalProperties: true } }