v1 projects
Delete a project
Delete a project by its ID.
This endpoint:
- Permanently deletes the project
- Verifies the authenticated user owns the project
- Returns confirmation of deletion
**Note**: This action cannot be undone.
**Authentication**: Requires valid API key or JWT token
delete/v1/projects/{project_id}
Path parameters
project_idstring required
Query parameters
user_idstring nullable
Response
Successful Response