Skip to main content
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.).
Irreversible Action: Deleting a project permanently removes the project and all entity-project associations. The underlying entities (invoices, logistics requests, etc.) are NOT deleted — only their link to this project is removed.

Request

Headers

string
required
Your API key for authenticationExample: sk_live_1234567890abcdef
string
required
Your organization UUIDExample: a8315ef3-dd50-43f8-b7ce-d839e68d51fa

Path Parameters

string
required
The unique identifier (UUID) of the project to deleteExample: 550e8400-e29b-41d4-a716-446655440000

Response

Returns 204 No Content on successful deletion. No response body is returned.

Example

Successful Response

No response body is returned.

Common Errors

401 Unauthorized

Cause: Missing or invalid API key
Solution: Verify your API key is valid and active.

404 Not Found

Cause: Project not found or doesn’t belong to your organization
Solution: Verify the project ID is correct and belongs to your organization.

422 Validation Error

Cause: Invalid project ID format
Solution: Ensure the project ID is a valid UUID format.

Use 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

  1. Export data: Download any project reports before deletion
  2. Unlink entities first: If you want to preserve the entity-project links for audit, document them before deleting
  3. Check dependencies: Ensure no active reports or dashboards depend on this project

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