# Cancel orders **POST /open/v1/{network_id}/orders/cancel** Cancel a listing(s) from the Dew marketplace. This is an off-chain cancel and others already obtained its signature would still be able to fulfill it. Cancelling on-chain is always recommended. ## Servers - https://api.dewapi.com: https://api.dewapi.com () ## Parameters ### Path parameters - **network_id** (integer) Chain ID. ### Body: application/json (object) - **signature** (string) Signature of the `hex(lower('order_hash:${order_hash}'))` data. - **order_hash** (string) Unique hash of each order - **offerer** (string) Hex address which supplies all the items in the offer. ## Responses ### 200 Successful #### Body: application/json (object) - **code** (integer) 0: success, others: error - **data** (object) ### 400 Bad Request #### Body: application/json (object) - **code** (integer) 0: success, others: error - **error** (string | null) - **errors** (array[object] | null) [Powered by Bump.sh](https://bump.sh)