# Cancel a customer order. **DELETE /customer-orders/{orderId}** Sample request: DELETE /customer-orders/CDE0000000001 ## Servers - https://soget-api-integration.azure-api.net/customer-orders/v1: https://soget-api-integration.azure-api.net/customer-orders/v1 () ## Authentication methods - Bearer token & Api key ## Parameters ### Path parameters - **orderId** (string) Customer order identifier. ## Responses ### 200 Successful operation. ### 400 Bad request. #### Body: application/json (object) - **timestamp** (string(date-time)) Time information. ISO 8601 Extended Format - **code** (string) Error that could be returned by the system. - **message** (string | null) Error message. [Powered by Bump.sh](https://bump.sh)