---
title: "Delete Workout"
method: DELETE
path: "/workouts/{workout_id}"
tags: ["Workout"]
---

# Delete Workout

`DELETE /workouts/{workout_id}`

Delete a Workout.

## Path parameters

- `workout_id` integer, required

## Headers

- `x-api-key` string, required

## Response `200`

returns deleted id and if successful

- ResponseDelete — returns deleted id and if successful
  - `id` integer — Id deleted
  - `is_success` boolean — Determines if the action was successful
  - `wodify_validation_result` string — The purpose of this attribute is to save any UserException message, that is, and user friendly message that should be shown to the end user.

---

[API](https://skmtc.net/wodify/apis/leads.md) · [All operations](https://skmtc.net/wodify/apis/leads/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wodify/leads/revisions/974500ca0714/schema)
