cURL
curl --request POST \ --url http://localhost:8080/api/v2/projects/delete \ --header 'Content-Type: application/json' \ --data ' { "org_id": "<string>", "project_id": "<string>" } '
Permanently removes a project and all associated memories. This action cannot be undone.
Successful Response