Delete a document
DELETE/api/v1/memory banks/:agent_id/documents/:document_id
Delete a document and all its associated memory units and links.
This will cascade delete:
- The document itself
- All memory units extracted from this document
- All links (temporal, semantic, entity) associated with those memory units
This operation cannot be undone.
Request
Responses
- 200
- 422
Successful Response
Validation Error