# orderId

string

required

Id of the order that will be unassigned from the driver.

# ``200

json

# ``401      Unauthorized

---

# Example Request

```shell
curl --request PUT \
     --url https://api.shipday.com/orders/unassign/orderId \
     --header 'Accept: application/json' \
     --header 'Authorization: Basic BgxsDwd00n.LNNn90QydrjgZ1K9dS13' \
```

# Example Response

```json
{
  "success": true,
  "response": "Carrier removed."
}
```
