Skip to main content
DELETE
Delete Dataset

Request

Deletes a dataset and all its documents. This action cannot be undone.

Path Parameters

string
required
The unique dataset identifier to delete

Headers

string
required
Bearer token for authentication

Response

Returns 204 No Content on successful deletion.

Examples

cURL
Python

Errors

Notes

This permanently deletes the dataset and all documents within it. This action cannot be undone.
  • All documents in the dataset will be deleted
  • Vector embeddings will be removed
  • Metadata will be lost
  • Active queries may fail