Skip to main content
DELETE

Overview

Removes a namespace and every item in it (documents, vectors, uploaded file chunks, summaries). Also clears that namespace from file_registry.json. The operation runs in the background. Use the returned job_id with Delete job status. When the delete job completes, global item quota is freed for all items that were in the namespace.
Files under ~/.moorcheh/uploads are not deleted — only indexed data is removed.

Path parameters

string
required
Name of the namespace to delete.

Response fields

string
Request outcome. "success" when the delete job was started; "failure" on error.
string
Human-readable result or error description.
string
Name of the namespace being deleted. Present when the delete job was started.
string
Id of the async delete job. Poll Delete job status with this value. Present when the delete job was started.

Next Steps