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
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |
RESPONSES
status: OK
[{"exercise_id":"403829","status":"deleted"}]