Delete Expense

delete/expenses/{expense_uid}

Path parameters

expense_uidstring required

Response

200

typestring
titlestring
messagestring

Example response

{
  "type": "success",
  "title": "Deleted Successfully",
  "message": "Deleted Successfully"
}

Changes