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

    Function deleteSolidDataset

    • Delete a Dataset from a Solid Pod using an Access Grant to prove the caller is authorized to overwrite the target dataset.

      Parameters

      • datasetUrl: string

        The URL of the target dataset.

      • accessGrant: VerifiableCredential | DatasetWithId

        The Access Grant VC proving the caller is authorized.

      • Optionaloptions: {}

        Optional properties to customise the request behaviour.

      Returns Promise<void>

      A promise that resolves to a SolidDataset if successful, and that rejects otherwise.