Timesheets - Delete a Timesheet
DELETE yourdomain.com/api/timesheets/:id
Parameter
json
Field | Type | Description |
---|---|---|
id | id |
ID for data Deletion. |
Error 4xx
json
Name | Description |
---|---|
HTTP/1.1 200 OK
{
"status": true,
"message": "Delete Successful."
}
HTTP/1.1 404 Not Found
{
"status": false,
"message": "Delete Fail."
}