Namespace Management
Delete Namespace
Delete a namespace and all of its items. Runs asynchronously; poll the delete job for progress.
DELETE
Overview
Removes a namespace and every item in it (documents, vectors, uploaded file chunks, summaries). Also clears that namespace fromfile_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
Name of the namespace to delete.
Response fields
Request outcome.
"success" when the delete job was started; "failure" on error.Human-readable result or error description.
Name of the namespace being deleted. Present when the delete job was started.
Id of the async delete job. Poll Delete job status with this value. Present when the delete job was started.
Next Steps
- Delete job status — poll until
statusiscompletedorfailed - List namespaces — confirm the namespace was removed