REST ClientDatasphere

delete

View as MarkdownOpen in Claude

Delete a document and all its chunks.

Path parameters

idstringRequiredformat: "uuid"
Unique ID of a Document.

Response

Example

from signalwire.rest import RestClient
client = RestClient(
project="your-project-id",
token="your-api-token",
host="your-space.signalwire.com",
)
client.datasphere.documents.delete("document-id")