Delete Time Entry
documentedDelete a time entry.
DELETE /itil/tickets/[ticket_id]/time_sheets/[id].jsonTime Entriesno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://{{FRESHSERVICE_SUBDOMAIN}}.freshservice.com/itil/tickets/{{$ticket_id}}/time_sheets/{{$time_entry_id}}.json" \
-X DELETE \
-u "{{FRESHSERVICE_API_KEY}}:X" \
-H "Accept: application/json" \
-H "Content-Type: application/json"