Break a route
Multiple routes can be broken, where the route is deleted and the tasks change to "processing".
Última actualización
Multiple routes can be broken, where the route is deleted and the tasks change to "processing".
Última actualización
PUT /v1/routes/destroy HTTP/1.1
Host: api.shippify.co
Authorization: Basic username:password
Content-Type: application/json
Accept: */*
Content-Length: 30
{
"routes": [
"r-shiinc-345879"
]
}{
"code": "OK",
"message": "Successfully"
}