delete
https://{companyDomain}.bamboohr.com/api/v1/time-tracking/imports/
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
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
204The import is deleted. Returned whether the request deleted it or it was already gone.
