Delete an exercise

DELETE {{base_url}}/exercises/:exerciseId

A DELETE to the /exercises/:exercise_id endpoint allows your application to delete an existing exercise.

Request Body

{"exercise_id"=>"403829", "description"=>"raising and lowering the body using the arms"}

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Content-Typestring

RESPONSES

status: OK

[{"exercise_id":"403829","status":"deleted"}]