Skip to main content
DELETE
/
tasks
/
{task_id}
/
estimate
Delete Task Estimate
curl --request DELETE \
  --url https://api.everhour.com/tasks/{task_id}/estimate \
  --header 'X-Api-Key: <api-key>'

Authorizations

X-Api-Key
string
header
required

Path Parameters

task_id
string
required

Task ID

Example:

"ev:3000010034"

Response

No Content