Skip to main content
curl -X DELETE https://api.dronebundle.com/v1/projects/01964c6b-7a3e-7f00-8000-abc123def456/jobs/019d4350-a1b2-7c3d-8e4f-567890abcdef \
  -H "Authorization: Bearer v1_your_api_key_here"
{}
Requires an API key with full_access scope.
This action is irreversible. Deleting a job will permanently remove the job and all its associated occurrences.

Path parameters

projectId
string
required
The unique identifier of the project.
jobId
string
required
The unique identifier of the job.

Response

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

Errors

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