در حال بارگذاری…
Delete a water intake record in the tracker system.
| Permission | Description |
|---|---|
tracker_waters.delete | Delete tracker water record |
None.
Despite the 204, this endpoint does return a JSON body — a localized confirmation message.
HTTP defines 204 as bodyless, so some clients and proxies discard it; treat the body as informational,
not something to depend on.
{
"message": "Water record deleted successfully."
}
Localized from messages.tracker.waters.deleted_successfully (fa: “ثبت مصرف آب با موفقیت حذف شد.”).
| Status | Error Type | Reference |
|---|---|---|
| 401 | Unauthorized | Authentication error |
| 403 | Forbidden | Permission error |