# Cancel an Order **DELETE /orders/:orderID** Cancels an Order owned by the authenticated User. The Order's status is moved to `CANCELLED` and, depending on the original status, the associated payment is refunded or the pending hold released. Orders in the following statuses cannot be cancelled: * `FULFILLED` - the Order has already been delivered * `CANCELLED` - the Order has already been cancelled * `REPLACED` - the Order has been replaced by a newer one ## Servers - Production: https://zim.api.zimconnections.com (Production) - Sandbox: https://zim.api.dev.zimconnections.com (Sandbox) ## Authentication methods - Oauth2 & App identifier ## Parameters ### Path parameters - **orderID** (string) ID of the Order to cancel ## Responses ### 200 Order cancelled successfully #### Body: application/json (object) object [Powered by Bump.sh](https://bump.sh)