action id4i_delete_properties { label: "Delete ID4n properties" description: "Partial deletion of id4n properties. If the property does not exist, it will be ignored." provider: id4i method: DELETE path: "/api/v1/id4ns/{id4n}/properties" encoding: json input: { type: "object" properties: { id4n: { type: "string" } organizationId: { type: "string" } } required: ["id4n", "organizationId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }