Namespace Management
Delete Namespace
Permanently delete a namespace and all its contained data. This action cannot be undone.
DELETE
Overview
Permanently delete a namespace and all its contained documents or vectors. This operation is irreversible and will free up storage space in your account.Authentication
string
required
Your API key for authentication
string
required
Must be
application/jsonPath Parameters
string
required
The name of the namespace to delete
Response Fields
string
Status of the deletion request (“success” for accepted deletions)
string
Human-readable confirmation message
string
Name of the namespace being deleted
string
ISO 8601 timestamp when deletion was initiated
string
Estimated ISO 8601 timestamp when deletion will be complete
Deletion Process
1
Initiate Deletion
The DELETE request starts the namespace deletion process
2
Background Processing
The system removes all documents/vectors and associated metadata
3
Storage Cleanup
Storage space is freed and becomes available for new data
4
Index Updates
Search indexes and internal references are updated
Important Notes
- Deletion is processed asynchronously and may take several minutes for large namespaces
- You can continue using other namespaces while deletion is in progress
- Storage quota is updated once deletion is complete
- Deleted namespace names become available for reuse after completion
Best Practices
- Backup Important Data: Export or backup critical data before deletion
- Verify Namespace Name: Double-check the namespace name before deletion
- Monitor Usage: Use the list namespaces endpoint to confirm deletion completion
- Plan Downtime: Consider impact on applications using the namespace
Use Cases
- Data Cleanup: Remove old or unused namespaces to free up storage
- Project Completion: Delete namespaces for completed projects
- Resource Management: Manage namespace limits by removing unused ones
- Data Lifecycle: Implement data retention policies
Related Endpoints
- List Namespaces - View all namespaces before deletion
- Create Namespace - Create a new namespace
- Delete Data - Delete specific data within a namespace