Skip to main content
DELETE
/
invoices
/
{invoice_id}
Delete Invoice
curl --request DELETE \
  --url https://api.everhour.com/invoices/{invoice_id} \
  --header 'X-Api-Key: <api-key>'

Authorizations

X-Api-Key
string
header
required

Path Parameters

invoice_id
number
required

Invoice ID

Example:

11903

Response

No Content