agents
Delete Agent Archival Memory
Delete a memory from an agent’s archival memory store.
DELETE
/
v1
/
agents
/
{agent_id}
/
archival
/
{memory_id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
user_id
string | null
Path Parameters
agent_id
string
requiredmemory_id
string
requiredResponse
200 - application/json
The response is of type any
.