export interface DeleteOrganizationProperty {
  /** The ID of the organization from which the property will be removed. */
  organizationId: string;
  /** The key of the property to remove. */
  propertyKey: string;
}
