DELETE api/Timesheets/{timesheetReference}
Delete the timesheet with the supplied reference. This will delete all entries of a timesheet.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
timesheetReference |
Reference for the timesheet to be deleted. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Success or failure.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.