API reference
cURL
curl --request DELETE \ --url https://api.sandbox.isometric.com/mrv/v0/measurement_locations/{id} \ --header 'Authorization: Bearer <token>' \ --header 'x-client-secret: <x-client-secret>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Deletes a measurement location in the Isometric system
A JWT Bearer token header for authentication and authorization, in the format Authorization: Bearer <token>
Authorization: Bearer <token>
A secret token identifying the client connecting to the API
Successful Response
Was this page helpful?