action id4i_remove_partner_organization { label: "Remove partner" description: "Removing a partner organization" provider: id4i method: DELETE path: "/api/v1/organizations/{organizationId}/partner" encoding: json input: { type: "object" properties: { organizationId: { type: "string" } } required: ["organizationId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }