---
title: "Cancel a load"
method: DELETE
path: "/api/v1/Loads/{loadId}"
tags: ["Shipper - Shipment APIs"]
---

# Cancel a load

`DELETE /api/v1/Loads/{loadId}`

Allows Shippers to cancel a load that was previously submitted.

## Path parameters

- `loadId` integer, required

## Response `200`

The load was successfully cancelled

## Other responses

- `400` — Invalid request
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/coyote/apis/coyotego-api.md) · [All operations](https://skmtc.net/coyote/apis/coyotego-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coyote/coyotego-api/versions/1d3005ca5ad5/schema)
