DELETE /openapi/memorylake/api/v1/projects/{id}
This is a destructive operation. The project and all its associated data will be permanently removed.
Path Parameters
curl -X DELETE 'https://app.memorylake.ai/openapi/memorylake/api/v1/projects/proj-a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6' \
-H 'Authorization: Bearer sk_xxxxxx'
Response
Indicates if the request was successful
Human-readable status message
{
"success": true,
"message": "Project deleted successfully"
}