POST digitalDistributionService/digital/{ownerUserId}/{orderId}/deleteOrderItems
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| ownerUserId | No documentation available. |
Define this parameter in the request URI. |
| orderId | No documentation available. |
Define this parameter in the request URI. |
| digitalAssetItemIds | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
[ "9c1cefd9-c135-4b64-bf64-8808e6ce01a3", "a989a0c8-a3fd-42c8-b10b-5a55bc473fc4", "6bc9c2d5-32d8-47cf-8e55-c56fcda3d4aa" ]
application/xml, text/xml
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <guid>9c1cefd9-c135-4b64-bf64-8808e6ce01a3</guid> <guid>a989a0c8-a3fd-42c8-b10b-5a55bc473fc4</guid> <guid>6bc9c2d5-32d8-47cf-8e55-c56fcda3d4aa</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample not available.