SciaticaSisters Logo

Build patient-first applications with the Sciatica Sisters API Documentation

Delete exercise log by ID

This operation deletes an exercise log by ID.


Endpoint structure

DELETE /userExerciseLogs/{id}

Path parameters

Parameter Type Required Description
id integer Yes Unique identifier of exercise log to delete

Request headers

Header Value Required
Content-Type application/json No

Request body

This operation doesn’t require a request body.


Example request

Request:

curl -X DELETE {base_url}/userExerciseLogs/1

Response - Success:

Returns an empty JSON object {}.

{}