DELETE/invoices/{invoiceId}.json

Delete a Specific Invoice

Deleting a specific expensive by passing in the id in the path parameters.


Path Params

  • Name
    invoiceId
    Type
    string
    required
    Description

Request Examples

Example Request

DELETE
/invoices/{invoiceId}.json
curl --request GET \
     --url https://{site_name}.teamwork.com/stats.json

Responses

  • Code
    200
    Type
    object
    Schema
    Description
    200 Response

Examples

200 Response

application/json
{
  "STATUS": "OK"
}