10-01-2025 00:12
10-01-2025 00:12
Deleting a water record now fails with a 502 error, but the record is deleted. We do the request as follows (tested it with Postman, user id of an existing user and the logID exists also):
https://api.fitbit.com/1/user/<userid>/foods/log/water/10801019272.json
So the delete still works, but the return value is not 204.
The error message is as follows:
10-02-2025 13:45
10-02-2025 13:45
The same issue occurs when deleting nutrition data. The same 502 error, while the delete action itself works properly. Maybe the delete actions with other data types have the same problem, but we didn't test this.