interface DeleteOrganizationProperty {
    organizationId: string;
    propertyKey: string;
}

Properties

organizationId: string

The ID of the organization from which the property will be removed.

propertyKey: string

The key of the property to remove.