Delete all stored vector embeddings in a namespace with a single API call. Reset agent memory, clear RAG stores, and manage namespace lifecycle.
The IteraTools Vector Memory Clear API deletes all documents stored in a namespace. This is useful for resetting agent memory between sessions, clearing outdated knowledge bases, or managing namespace lifecycle. The operation is irreversible โ all vectors in the namespace are permanently deleted. Only your own namespaces (scoped to your API key) can be cleared.
| namespace | string (required) | Namespace to clear (all documents deleted) |
| Endpoint | DELETE /memory/clear |
| Price | $0.001 / request |
| Effect | โ ๏ธ Irreversible โ all namespace vectors deleted |
| Isolation | Per API key (only your namespaces accessible) |
| Auth | Bearer token or x402 micropayment |
| Base URL | https://api.iteratools.com |