Remover entrega

Você pode remover entregas de uma roto criada.

Endpoint

PATCH {{SHIPPIFY_API_URL}}/v1/routes/remove

Request

Response

Exemplo

curl --location --request PATCH 'https://api.shippify.co/v1/routes/remove' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic XXXXXXXXXXXXXXXXXXXXXXXXXXXXX' \
--header 'Cookie: locale=es' \
--data-raw '{
    "routeId": "r-shiinc-2217499",
    "deliveryId":"t-pruaas-4968"
}'