delete https://api.gomotive.com/v1/dispatch_locations
Purpose: Use this API to delete an existing dispatch location. Usually a business or a company will delete the dispatch location for the following purposes:
- Invalid location: The dispatch location that was created earlier could be inaccurate or outdated or simply incorrect. This may lead to delivery issues.
- Business changes: There may be certain location-wise changes that may lead to a particular area being rendered as unserviceable.
- Optimisation: In order to optimise the route for a faster delivery, or streamlining, the businesses may sometimes remove a dispatch location.
Response Parameters
success
- Type: Boolean
- Description: Denotes if the dispatch location was removed successfully or not. TRUE: The dispatch location was removed. FALSE: The dispatch location was not removed. (Mostly in case of FALSE, you will see the status 400 error message).