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
[ "20772e30-16a5-45ee-92e5-b4ba965e5e20", "bd06fdd1-2f50-47b6-ba1f-60f71fcf264f", "28972039-eb54-449e-bf0f-be95c429f095" ]
application/xml, text/xml
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <guid>20772e30-16a5-45ee-92e5-b4ba965e5e20</guid> <guid>bd06fdd1-2f50-47b6-ba1f-60f71fcf264f</guid> <guid>28972039-eb54-449e-bf0f-be95c429f095</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample not available.