Authentication
Requires a valid JWT token in the Authorization header.Path Parameters
The UUID of the expense to delete.
Response
Success message confirming the expense was deleted.
Example Request
cURL
Example Response
Error Responses
Unauthorized - Invalid or missing JWT token.
Expense not found or doesn’t belong to the user.
Internal server error.
Deleting an expense is permanent and cannot be undone. Make sure you want to delete the expense before making this request.