---
title: "Delete Time Tracking Task"
method: DELETE
path: "/api/v1/time-tracking/tasks/{id}"
tags: ["Time Tracking", "Public API"]
---

# Delete Time Tracking Task

`DELETE /api/v1/time-tracking/tasks/{id}`

Deletes a time tracking task by its ID.

OAuth Scopes: time_tracking:project.write

## Path parameters

- `id` integer, required

## Response `204`

The task was deleted successfully.

## Other responses

- `401` — Unauthorized. Missing or invalid authentication.
- `403` — Forbidden. Insufficient permissions.
- `404` — Task not found.
- `422` — The provided `id` is not a valid integer.

---

[API](https://skmtc.net/bamboohr/apis/bamboohr-api.md) · [All operations](https://skmtc.net/bamboohr/apis/bamboohr-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bamboohr/bamboohr-api/revisions/19ebf391a399/schema)
