v37

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-1170194628.0 KB
v1
Namespace

Delete Namespace

Delete a namespace and optionally cascade-delete all memories, Neo4j nodes, and ACL references associated with it.

delete/v1/namespace/{namespace_id}

Path parameters

namespace_idstring required

Query parameters

delete_memoriesboolean

Delete all memories in this namespace

Delete all memories in this namespace

delete_neo4j_nodesboolean

Delete all Neo4j nodes in this namespace

Delete all Neo4j nodes in this namespace

remove_acl_referencesboolean

Remove namespace from ACL arrays on remaining nodes

Remove namespace from ACL arrays on remaining nodes

Headers

X-API-Keystring required

Response

Namespace deleted

codeinteger

HTTP status code

statusstring

'success' or 'error'

namespace_idstring nullable

ID of deleted namespace

messagestring nullable

Human-readable message

errorstring nullable

Error message if failed

{"stackTrail":"components:schemas:DeleteNamespaceResponse:properties:details:anyOf","oasType":"schema","type":"unknown","title":"Details","description":"Additional error details or context","nullable":true}