FieldEx Developer
developer notes

Delete Location

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

Method Endpoint
DELETE {{endpoint}}/api/ext/ware-house-locations/{id}

Headers

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

Example Response

// 200 Response Code
  
[ Empty Response Body ]