Health
Delete measurement
Deletes a measurement (must belong to authenticated user)
ProductionStagingUAT
DELETEhttps://ankiren.com/api/me/health/{id}
Parameters
Path Parameters
- idintegerpathRequired
Measurement ID
Responses
200 · Measurement deleted
- successboolean
application/json
{ "success": true }
Sample Code
Đổi ngôn ngữ ở ô Language trên thanh Documentation.
cURL
curl -X DELETE 'https://ankiren.com/api/me/health/{id}' \
-H 'Authorization: Bearer <token>' \
-H 'Accept: application/json'