Documentation Index
Fetch the complete documentation index at: https://docs.intellibase.dev/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
DELETE https://api.intellibase.dev/api/v1/projects/{project_id}
Path Parameters
The unique identifier of the project to delete
Authentication
Requires a valid API key with access to the project.
Response
Returns 204 No Content on success (empty response body).
curl -X DELETE https://api.intellibase.dev/api/v1/projects/proj-abc123 \
-H "Authorization: Bearer ib-your-api-key"
This action is irreversible! Deleting a project permanently removes:
- All ingested data (nodes, edges, chunks)
- All vector embeddings
- All metadata and provenance
- All ingestion jobs history
Make sure you have backups if needed before deleting.
The project itself is deleted, but the ontology used by the project is preserved. You can reuse it for new projects.