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
Your API key for authentication
Must be
application/jsonPath Parameters
The name of the namespace to delete
Response Fields
Status of the deletion request (“success” for accepted deletions)
Human-readable confirmation message
Name of the namespace being deleted
ISO 8601 timestamp when deletion was initiated
Estimated ISO 8601 timestamp when deletion will be complete
Deletion Process
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