Delete Time Tracking Import

Deletes a time tracking import. The import is soft-deleted and stops being returned by any of the read endpoints, along with its rows. Deletion is terminal - a deleted import cannot be restored or executed - and idempotent, so an import that is already gone, or never existed, still reports success. Deleting a COMPLETE import does not undo it: the time tracking records its rows created stay in place and are deleted through the timesheet endpoints. An import that is being executed cannot be deleted until that execute finishes.

OAuth Scopes: time_tracking:imports.write

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required

The import ID.

Responses
204

The import is deleted. Returned whether the request deleted it or it was already gone.

Language
Credentials
:
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json