در حال بارگذاری…
Delete a workout set record in the tracker system.
| Permission | Description |
|---|---|
tracker_workout_sets.delete | Delete tracker workout set |
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": "Workout set deleted successfully."
}
Localized from messages.tracker.workouts.sets.deleted_successfully (: “ست تمرینی با موفقیت حذف شد.”).
fa| Status | Error Type | Reference |
|---|---|---|
| 401 | Unauthorized | Authentication error |
| 403 | Forbidden | Permission error |