> ## Documentation Index
> Fetch the complete documentation index at: https://documentation.claruswms.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How to Cancel Receive Tasks

> Cancel individual receive tasks without reverting an entire receipt by adding the Cancel button through the Column Manager.

## Cancelling Receive Tasks

You can cancel individual receive tasks without reverting the entire receipt. This gives you granular control over inbound processing when something needs to be corrected.

<Steps>
  <Step title="Add the Cancel button via Column Manager">
    Open the **Column Manager** for the receive tasks DataGrid. Find and add the **Cancel** column. Once added, a **Cancel** button will appear next to each receive task.
  </Step>

  <Step title="Cancel the receive task">
    Click the **Cancel** button next to any task you want to cancel. The task will be marked as cancelled immediately.
  </Step>
</Steps>

<Warning>Cancelling a receive task is permanent and cannot be undone. Only the specific task you select is affected — other tasks on the same receipt remain unchanged.</Warning>

<Accordion title="Frequently asked questions">
  **Do I need to revert the whole receipt to cancel a task?**

  No. This feature lets you cancel specific receive tasks independently of the receipt.

  **Why can't I see the Cancel button?**

  The Cancel button must be added manually through the **Column Manager** before it appears in the DataGrid.

  **Can I cancel multiple tasks at once?**

  You can cancel multiple tasks by clicking the **Cancel** button on each one individually.
</Accordion>
