Delete timesheet
Timesheets
DELETE timesheet
Endpoint
DELETE /api/v1/timesheets/:id
Request
Route
DELETE /api/v1/timesheets/207
Headers
Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxNjc2Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzUzMjY2MjIyLCJleHAiOjE3NTU4NTgyMjIsImp0aSI6ImJiMzg2Yjg2LWZlZWItNDliMC1iMTQ4LWI3YzY2OTU4MmM4ZCJ9.lIIS4rJaYZJIcCxz8UMrFlpVOIXSRCxgYk55iglCYA4
Host: example.org
Cookie:
Body
{
}
Response
Simulated Response
Status
200
Headers
x-frame-options: SAMEORIGIN
x-xss-protection: 0
x-content-type-options: nosniff
x-permitted-cross-domain-policies: none
referrer-policy: strict-origin-when-cross-origin
content-type: application/json; charset=utf-8
vary: Accept, Origin
etag: W/"a95cacbe1a63eb650b15c85136d6672a"
cache-control: max-age=0, private, must-revalidate
x-request-id: d96097e7-514a-45fb-8b3c-f3e7de023297
x-runtime: 0.021959
content-length: 131
Body
{
"timesheet": {
"id": 207,
"date": "2025-07-23",
"job_title": "Principal Mining Consultant",
"payment_state": "pending",
"status": "deleted"
}
}