@inrupt/solid-client
    Preparing search index...

    Function removeThing

    • Remove a Thing from a SolidDataset.

      Type Parameters

      • Dataset extends Readonly<{}>

      Parameters

      • solidDataset: Dataset

        The SolidDataset to remove a Thing from.

      • thing: string | Url | Readonly<{}>

        The Thing to remove from solidDataset.

      Returns Dataset & Readonly<{}> & {
          internal_changeLog: { additions: Quad[]; deletions: Quad[] };
      }

      A new [[SolidDataset]] equal to the input SolidDataset, excluding the given Thing.