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
[ "94ba09f2-2b0b-4ff4-9190-08e0a7b5534f", "621471dc-e5b9-4ec0-88e2-99af4c0b5d8a", "9e49e249-1431-4bb6-8d87-287d243a3b51" ]
application/xml, text/xml
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <guid>94ba09f2-2b0b-4ff4-9190-08e0a7b5534f</guid> <guid>621471dc-e5b9-4ec0-88e2-99af4c0b5d8a</guid> <guid>9e49e249-1431-4bb6-8d87-287d243a3b51</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample not available.