Break a route
Multiple routes can be broken, where the route is deleted and the tasks change to "processing".
Endpoint that allows breaking one or multiple routes.
Autorizaciones
Cuerpo
routesstring[]RequeridoExample:
Identifiers of the routes to be broken
r-shiinc-345879
Respuestas
200
Successful operation
application/json
401
Unauthorized
application/json
put
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"
}
Última actualización