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

    Function deleteSolidDataset

    • Deletes the SolidDataset at a given URL.

      If operating on a container, the container must be empty otherwise a 409 CONFLICT will be raised.

      Parameters

      • solidDataset: string | Url | WithResourceInfo

        The URL of the SolidDataset to delete or the SolidDataset itself (if it has ResourceInfo).

      • Optionaloptions: { fetch?: (input: URL | RequestInfo, init?: RequestInit) => Promise<Response> }
        • Optionalfetch?: (input: URL | RequestInfo, init?: RequestInit) => Promise<Response>

      Returns Promise<void>

      0.6.0