Skip to content

Delete Ship To

Delete a ship-to location from Last Mile Intelligence.

deleteShipTo

shipTo

ParameterTypeRequiredDefaultDescription
Ship To IDstringYes-The ID of the ship-to to delete
{
"success": true,
"message": "Ship-to deleted successfully",
"shipToId": "ship_abc123"
}
{
"success": false,
"error": "Ship-to not found",
"shipToId": "invalid_id"
}
  • Missing API Token: LMI credential is missing API token
  • Ship-To Not Found: Ship-to with specified ID does not exist
  • Has Dependencies: Ship-to has associated orders or tanks
  • Permission Denied: API token lacks permission for this operation