Skip to main content

Delete an invoice

DELETE 

/api/invoices/{id}

Required permissions:

  • invoices.delete: required to delete invoices for projects where the user is PM or Account.
  • invoices.delete_other: required to delete invoices for projects where the user is not PM or Account.
  • invoices.edit_sent: required to delete sent/paid invoices.

Request

Path Parameters

    id integerrequired

    Possible values: Value must match regular expression [0-9]+

    The ID of the invoice to delete

Header Parameters

    Wethod-Company stringrequired

    The company you want to interact with

    Wethod-Version stringrequired

    The API version you want to use

Responses

Invoice successfully deleted.

Loading...