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

Responses

  • Code
    200
    Type
    object
    Schema
    Description
    200 Response

Examples

200 Response

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