cURL
curl --request DELETE \ --url https://api.example.com/app/v1/organizations/{organizationId}/projects/{projectId}
Delete a project
Documentation IndexFetch the complete documentation index at: https://docs.metabind.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.metabind.ai/llms.txt
Use this file to discover all available pages before exploring further.
{ "message": "Project successfully deleted", "id": "proj123" }
{ "error": { "code": "NOT_FOUND", "message": "Project not found" } }
curl -X DELETE "https://api.metabind.ai/app/v1/organizations/org123/projects/proj123" \ -H "Authorization: Bearer YOUR_JWT"