Skip to main content
DELETE
/
api
/
v1
/
runtime
/
v1
/
memory
/
{memoryId}
Clear Memory
curl --request DELETE \
  --url https://api.runflow.ai/api/v1/runtime/v1/memory/{memoryId}

Documentation Index

Fetch the complete documentation index at: https://docs.runflow.ai/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

memoryId
string
required

Memory identifier (entityType:entityValue or sessionId)

Response

Memory cleared. Body is empty on success.