Delete a memory

Introduced 2.12

Use this API to delete a memory based on the memory_id.

When the Security plugin is enabled, all memories exist in a private security mode. Only the user who created a memory can interact with that memory and its messages.

Path and HTTP methods

  1. DELETE /_plugins/_ml/memory/<memory_id>

Path parameters

The following table lists the available path parameters.

ParameterData typeDescription
memory_idStringThe ID of the memory to be deleted.

Example request

  1. DELETE /_plugins/_ml/memory/MzcIJX8BA7mbufL6DOwl

copy

Example response

  1. {
  2. "success": true
  3. }