> For the complete documentation index, see [llms.txt](https://cargospot.gitbook.io/cargospot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cargospot.gitbook.io/cargospot/void-shipment.md).

# Void Shipment

## Cancel a Shipment or Shipment Rate

You can cancel an entire shipment or void only the shipment's carrier rate. Choose one of the following options:

* Cancel the shipment – The shipment is voided and can no longer be edited.
* Void the carrier rate – A duplicate shipment is created with the rate removed, allowing you to assign a new carrier rate.

### Cancel a Shipment

1. On the **Shipments** page, select the ID of the shipment you want to cancel.\
   The shipment summary page opens.
2. Select the Edit (pencil) icon.
3. In the Status field, select **Void**.
4. Click **Update** to confirm the cancellation.

### Cancel a Shipment Rate

1. In the **Carrier** section of the shipment, select **Void**.
2. In the confirmation dialog box, select **Void and Recreate**.

<figure><img src="/files/fijSP109eRxxpaW7RQIx" alt=""><figcaption><p>Void Shipment Rate</p></figcaption></figure>

3. Click **Submit.**\
   A new shipment record is created and appears on the **Shipments** page. You can now assign a new carrier rate


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://cargospot.gitbook.io/cargospot/void-shipment.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
