Delete invoice
documentedDelete an invoice.
DELETE /invoices/{id}Invoicesno 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://api.nokotime.com/v2/invoices/{{$id}}" \
-X DELETE \
-H "User-Agent: Keychains-Noko/1.0" \
-H "Accept: application/json" \
-H "X-NokoToken: {{LETSFRECKLE_API_KEY}}"