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
Changes
Changed in 1 of the 37 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○