v1

latestOpenAPI 3.0.02026-07-24226294602.4 KB
Workout

Delete Workout

Delete a Workout.

delete/workouts/{workout_id}

Path parameters

workout_idinteger required

workout identifier.

Headers

x-api-keystring required

A valid API key. If you don't have one, please request one through the Web Integrations screen.

Response

returns deleted id and if successful

idinteger

Id deleted

is_successboolean

Determines if the action was successful

wodify_validation_resultstring

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.

Example response

{
  "id": 1234567891234567
}