deleteOrders

post

/ccadmin/v1/orders/delete

Deletes the specified orders.

Request

Supported Media Types
Body ()
Root Schema : deleteOrders_request
Type: object
Show Source
Example:
{
    "orderIds":[
        "o30411",
        "o30413"
    ]
}
Nested Schema : orderIds
Type: array
The ids of the orders to be deleted.
Show Source
Back to Top

Response

Supported Media Types

204 Response

OK.

Default Response

The error response. The following is the internal error code thrown by this API when the request processing fails in Oracle Commerce Cloud: |Error Code|Description| |------------------|------------------| |13037|Missing required property: orderIds| |28313|Error deleting order.|
Body ()
Root Schema : errorModel
Type: object
Show Source
Nested Schema : errors
Type: array
An optional list of errors if multiple errors were encountered
Show Source
Nested Schema : items
Type: object
Show Source
Back to Top