409).
Permission required:
member:removePath Parameters
string
required
Member identifier from the members list
Headers
string
Optional. Retrying with the same value replays the first result.
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/admin/v1/members/9f2c1a7b3d5e4f60a1b2c3d4e5f60718' \
-H 'Authorization: Bearer sk-xxxxxx'
{
"success": true,
"message": "Operation completed successfully",
"data": {}
}
{
"success": false,
"message": "cannot remove the team owner",
"error_code": "STATE_NOT_READY"
}
Removes a member from the team
DELETE /openapi/memorylake/admin/v1/members/{principal_id}
409).
member:removecurl -X DELETE 'https://app.memorylake.ai/openapi/memorylake/admin/v1/members/9f2c1a7b3d5e4f60a1b2c3d4e5f60718' \
-H 'Authorization: Bearer sk-xxxxxx'
{
"success": true,
"message": "Operation completed successfully",
"data": {}
}
{
"success": false,
"message": "cannot remove the team owner",
"error_code": "STATE_NOT_READY"
}