The URL of the SolidDataset to delete or the SolidDataset itself (if it has ResourceInfo).
Optional
options: { fetch?: (input: URL | RequestInfo, init?: RequestInit) => Promise<Response> }Optional
fetch?: (input: URL | RequestInfo, init?: RequestInit) => Promise<Response>
Deletes the SolidDataset at a given URL.
If operating on a container, the container must be empty otherwise a 409 CONFLICT will be raised.