Memories

Delete one or more engrams

Delete one or more engrams.

This endpoint efficiently handles both single and batch deletions. When multiple IDs are provided, it uses optimized batch operations.

Args: ids: Either a single UUID or a list of UUIDs to delete

Returns: For single deletion: boolean success response For batch deletion: detailed results with successful and failed deletions

post/v1/memories/delete

Request body

string uuid required
OR
string[] required

Response

Successful Response

OR

Changes

Changed in 1 of the 2 revisions of this API.4

    • api operation id delete_engrams_v1_memories_delete_post removed and replaced with delete_memories

      api-operation-id-removed

    • api tag Memories added

      api-tag-added

    • added the optional property detail/items/ctx to the response with the 422 status

      response-optional-property-added

    • added the optional property detail/items/input to the response with the 422 status

      response-optional-property-added

    This revision also has 119 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog