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