DELETE - Fixed Location
Deleting a Location
The DELETE fixedLocation endpoint allows for users to delete fixed locations that are no longer needed within their organizations. Deleted locations cannot be reactivated, but rather a new location will need to be created using the Fixed Location Service POST.
The DELETE HTTP Endpoint for FixedLocation is listed below:
HTTP Verb: PUT
URI: https://{domain}.locationmanagement.services.10-4.com/v1/fixedlocation/{fixedLocationCode}
Authentication: Bearer Token
Example Response:
{
"data": [],
"messages": [],
"totalPossibleCount": 0
}
Updated about 2 months ago
What’s Next