DELETE api/Timesheets/{timesheetReference}

Delete the timesheet with the supplied reference. This will delete all entries of a timesheet.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
timesheetReference

Reference for the timesheet to be deleted.

string

Required

Body Parameters

None.

Response Information

Resource Description

Success or failure.

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.