Skip to content

Step: Delete User Memory

  • Key: delete-user-memory
  • Category: Memory Management
  • Description: Delete a specific user memory record.

Inputs

  • peerId (text, required): Peer ID
  • key (text, required): Memory key to delete
  • confirmDelete (boolean, required): Must be true

Outputs

  • success (boolean): Whether deletion succeeded
  • deleted (boolean): Deleted flag
  • found (boolean): Whether memory existed
  • key (text): Deleted key
  • deletedValue (text): Deleted value

Notes

  • Use with caution; this is irreversible.

Built with VitePress