Error when trying to remove optional field from organization

Hey there, when I try to remove the logo from an organization like below I get an "No values to set" error.

      await auth.api.updateOrganization({
        body: {
          organizationId,
          data: {
            logo: undefined
          },
        },
        headers: await headers(),
      })
Was this page helpful?