Break a route

Multiple routes can be broken, where the route is deleted and the tasks change to "processing".

Route breaking

put

Endpoint that allows breaking one or multiple routes.

Autorizaciones
Cuerpo
routesstring[]Requerido

Identifiers of the routes to be broken

Example: r-shiinc-345879
Respuestas
200
Successful operation
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