Overview
Delete a specific memory from your agent’s memory bank by its unique identifier. Only memories owned by the API key holder can be deleted. This operation is permanent and cannot be undone.Path Parameters
The unique identifier of the memory to delete
Response
Returns confirmation of the deletion operation.Examples
Delete a Memory
Response Example
Error Responses
400 Bad Request
401 Unauthorized
404 Not Found
500 Internal Server Error
Important Notes
- Deletion is permanent and cannot be undone
- Only the owner of a memory can delete it
- Attempting to delete a non-existent memory returns 404
- Consider using TTL (time-to-live) when creating memories for automatic expiration
- Deleted memory IDs cannot be reused