Delete Project
Configuration
Delete Project
Permanently delete a project and all its associated data. Requires project admin role.
DELETE
Delete Project
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl --request DELETE \
--url https://api.example.com/api/v2/projects/{project_id} \
--header 'Authorization: Bearer <token>'{}Permanently delete a project and all its associated data. Requires project admin role.
curl --request DELETE \
--url https://api.example.com/api/v2/projects/{project_id} \
--header 'Authorization: Bearer <token>'{}