Skip to main content
curl -X DELETE https://api.dronebundle.com/v1/projects/01964c6b-7a3e-7f00-8000-abc123def456 \
  -H "Authorization: Bearer v1_your_api_key_here"
{}
Requires an API key with full_access scope.
This action is irreversible. Deleting a project will permanently remove all related data including jobs, files, occurrences, and client access records. Consider archiving the project instead if you want to keep the data.

Path parameters

projectId
string
required
The unique identifier of the project.

Response

Returns 204 No Content with an empty response body.
curl -X DELETE https://api.dronebundle.com/v1/projects/01964c6b-7a3e-7f00-8000-abc123def456 \
  -H "Authorization: Bearer v1_your_api_key_here"
{}

Errors

404 Not Found - Project not found.
{
  "message": "Project not found"
}