Bulk delete timesheet entries

Delete bulk timesheet entries for a given employee. Can optional delete via timesheet entry IDs or by a provide datetime range. If provided a datetime range, timesheet entries will be deleted based on their starting time.

Body Params
employee_ids
array of integers
required

An array of employee ids to bulk delete timesheet entries across.

employee_ids*
int32

Delete timesheet entries that starting between this starting datetime. Value should be a valid Unix timestamp.

int32

Delete timesheet entries that starting between this ending datetime. Value should be a valid Unix timestamp.

timesheet_entry_ids
array of int32s

To delete specific timesheet entries via their ID.

timesheet_entry_ids
enum
Defaults to working
Allowed:
Response

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