Skip to main content
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

id
string
required
Project ID
curl -X DELETE 'https://app.memorylake.ai/openapi/memorylake/api/v1/projects/proj-a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6' \
  -H 'Authorization: Bearer sk_xxxxxx'

Response

success
boolean
Indicates if the request was successful
message
string
Human-readable status message
{
  "success": true,
  "message": "Project deleted successfully"
}