DELETE/invoices/{id}.json

Delete a Specific Invoice

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


Path Params

  • Name
    id
    Type
    integer
    required
    Description

Responses

  • Code
    200
    Type
    object
    Schema
    Description
    200 Response

Examples

200 Response

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