Multiple routes can be broken, where the route is deleted and the tasks change to "processing".
Última actualización hace 1 año
Endpoint that allows breaking one or multiple routes.
Identifiers of the routes to be broken
r-shiinc-345879
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" ] }
Successful operation
{ "code": "OK", "message": "Successfully" }