---
title: "Delete a time tracking activity"
method: DELETE
path: "/quickbooks-desktop/time-tracking-activities/{id}"
---

# Delete a time tracking activity

`DELETE /quickbooks-desktop/time-tracking-activities/{id}`

Permanently deletes a time tracking activity. The deletion will fail if the time tracking activity is currently in use or has any linked transactions that are in use.

## Path parameters

- `id` string, required — The QuickBooks-assigned unique identifier of the time tracking activity to delete.

## Headers

- `Conductor-End-User-Id` string, required — The ID of the End-User to receive this request.

## Response `200`

Returns a confirmation of the deletion with the ID of the deleted time tracking activity.

- object
  - `id` string, required — The QuickBooks-assigned unique identifier of the deleted time tracking activity.
  - `objectType` 'qbd_time_tracking_activity', required — The type of object. This value is always `"qbd_time_tracking_activity"`.
  - `deleted` boolean, required — Indicates whether the time tracking activity was deleted.

---

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