در حال بارگذاری…
Delete an exercise from a workout plan session.
| Permission | Description |
|---|---|
workout_plan_exercises.delete | Delete exercises for your workout plans |
workout_plans.update | Update your own workout plans |
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": "Exercise deleted successfully."
}
Localized from messages.training.workout_plans.exercises.deleted_successfully (fa: “تمرین با موفقیت حذف شد.”).
| Status | Description | Reference |
|---|---|---|
| 401 | Unauthorized | Authentication error |
| 404 | Not found | Not-found error |
| 403 | Forbidden (no permission) | Permission error |