delete https://api.movintracks.io/:version/zones/
Delete a zone
Deleting a zone does not delete points
Deleting a Zone will not delete related points. Make sure you don't have orphan points.
Responses
Delete a zone
Deleting a zone does not delete points
Deleting a Zone will not delete related points. Make sure you don't have orphan points.
xxxxxxxxxx
curl --request DELETE \
--url https://api.movintracks.io/:version/zones/id \
--header 'Authorization: Bearer [[key]]' \
--header 'accept: application/json'