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

    Function deleteContainer

    • Deletes the Container at a given URL.

      Parameters

      • container: string | Url | WithResourceInfo

        The URL of the Container to delete or the Container Dataset 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