FieldEx Developer
developer notes

Delete Zone

Delete a zone using the specified API endpoint by providing the zone ID. This action removes the zone and associated information from the system.

Method Endpoint
DELETE {{endpoint}}/api/ext/zones/{id}

Headers

Key Value
Content-Type application/json
Authorization Bearer{{token}}

Example Response

// 200 Response Code
  
[ Empty Response Body ]