API Documentation

Endpoint: DELETE /timesheets

Description: Delete timesheets by their ids.

Request Body:

ParameterTypeDescription
ids
required
list(integer)ids of the timesheets to be deleted. eg. [1,2] or [1]
user_id
required
integerid of the admin deleting the timesheet(s)
Request Body Sample:
{
    "ids":[1,2],
    "user_id": 1
}

Language
URL
Click Try It! to start a request and see the response here!