REST ClientDataspheredeleteCopy page|View as Markdown|Open in Claude|More actionsDelete a document and all its chunks. Path parametersidstringRequiredformat: "uuid"Unique ID of a Document.Response Example import { RestClient } from "@signalwire/sdk";const client = new RestClient({ project: "your-project-id", token: "your-api-token", host: "your-space.signalwire.com"});await client.datasphere.documents.delete("document-id");