Documentation Index
Fetch the complete documentation index at: https://docs.moorcheh.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Removes a namespace and every item in it. The operation runs in the background. Use the returnedjob_id with delete_namespace_job_status to poll until the job completes.
When the delete job completes, global item quota is freed for all items that were in the namespace.
Method
API
DELETE /namespaces/{namespace_name} — see Delete namespace
Parameters
Name of the namespace to delete.
Example
Returns
"success" when the delete job was started.Human-readable result description.
Name of the namespace being deleted.
Id of the async delete job. Poll delete_namespace_job_status with this value.
Example return value
Errors
Non-2xx responses raiseMoorchehApiError.
| Status | Cause |
|---|---|
| 404 | Namespace not found |