Delete Project
Delete Project
Remove a project from your organization
DELETE
Delete Project
Delete Project
Permanently delete a project from your organization. This will remove the project and all its entity associations (linked invoices, logistics requests, etc.).Request
Headers
Your API key for authenticationExample:
sk_live_1234567890abcdefYour organization UUIDExample:
a8315ef3-dd50-43f8-b7ce-d839e68d51faPath Parameters
The unique identifier (UUID) of the project to deleteExample:
550e8400-e29b-41d4-a716-446655440000Response
Returns204 No Content on successful deletion. No response body is returned.
Example
Successful Response
Common Errors
401 Unauthorized
Cause: Missing or invalid API key404 Not Found
Cause: Project not found or doesn’t belong to your organization422 Validation Error
Cause: Invalid project ID formatUse Cases
Delete with Confirmation
Verify the project details before deleting:Clean Up Completed Projects
Remove projects that have ended and are no longer needed:Best Practices
Before Deleting
- Export data: Download any project reports before deletion
- Unlink entities first: If you want to preserve the entity-project links for audit, document them before deleting
- Check dependencies: Ensure no active reports or dashboards depend on this project
Related Endpoints
Update Project
Modify project instead of deleting
List Projects
View all projects
Get Project
View project details before deleting
Unlink Entities
Remove entity associations without deleting the project

