Unassign Order from Driver
orderId
string
required
Id of the order that will be unassigned from the driver.
``200
json
``401 Unauthorized
Example Request
curl --request PUT \
--url https://api.shipday.com/orders/unassign/orderId \
--header 'Accept: application/json' \
--header 'Authorization: Basic BgxsDwd00n.LNNn90QydrjgZ1K9dS13' \
Example Response
{
"success": true,
"response": "Carrier removed."
}