Permission required:
agent:deletePath Parameters
string
required
Agent identifier
Response
Returns an emptydata field on success.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X DELETE 'https://app.memorylake.ai/openapi/memorylake/api/v3/agents/agt_r8k2m1n3' \
-H 'Authorization: Bearer sk_xxxxxx'
{
"success": true,
"data": {}
}
Permanently delete an agent and all its versions
DELETE /openapi/memorylake/api/v3/agents/{id}
agent:deletecurl -X DELETE 'https://app.memorylake.ai/openapi/memorylake/api/v3/agents/agt_r8k2m1n3' \
-H 'Authorization: Bearer sk_xxxxxx'
data field on success.
{
"success": true,
"data": {}
}