Skip to main content
DELETE
/
memory
/
blocks
/
{block_type}
Delete Memory Block
curl --request DELETE \
  --url https://api.example.com/memory/blocks/{block_type}

Path Parameters

ParameterTypeDescription
block_typecore, archivalMemory block to delete

Query Parameters

ParameterTypeDescription
scopeuser, agentDefaults to user
agent_idstringRequired when scope=agent

Response

{ "status": "deleted" }