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

# Cancel an Order

> Cancels an open order in the system by its unique identifier.

<Note>
  **Please Note:**

  * An order can only be canceled if it is in one of the following cancellable [statuses](/developer-resources/essentials/webhooks#order-status): `New`, `Scheduling`, `Scheduled`, `Re-Scheduling`, or `Re-Scheduled`.
  * If the order is already in a `Completed` or `Canceled` state, it cannot be canceled.
  * You will not be charged for canceled orders.
  * The `webhook` provided during the order creation will be triggered upon successful cancellation to notify the system of the change.
</Note>
