DELETE/expenses/{id}.json
Delete a single Expense
Deleting a single expense by using the expense id.
Path Params
- Name
id
- Type
- integer
- required
- Description
Responses
- Code
- 200
- Type
- object
- Schema
- Description
- 200 Response
200 Response
application/json
{
"STATUS": "OK"
}