Permission required:
actor:deletePath Parameters
string
required
Actor ID
Response
boolean
Indicates if the request was successful
string
Human-readable status message
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/actors/act-a1b2c3d4e5f6' \
-H 'Authorization: Bearer sk_xxxxxx'
{
"success": true,
"message": "Operation completed successfully"
}
Permanently delete an actor
DELETE /openapi/memorylake/api/v3/actors/{id}
actor:deletecurl -X DELETE 'https://app.memorylake.ai/openapi/memorylake/api/v3/actors/act-a1b2c3d4e5f6' \
-H 'Authorization: Bearer sk_xxxxxx'
{
"success": true,
"message": "Operation completed successfully"
}