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
[ "9a310fe9-b655-4d1a-84d8-16568d2f28ac", "3638f41e-2d18-4bcd-8b07-9dac125945d0", "b306909f-ed7d-42d1-a2ab-ab21d8609291" ]
application/xml, text/xml
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <guid>9a310fe9-b655-4d1a-84d8-16568d2f28ac</guid> <guid>3638f41e-2d18-4bcd-8b07-9dac125945d0</guid> <guid>b306909f-ed7d-42d1-a2ab-ab21d8609291</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample not available.