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
[ "d33a2d9b-8f8e-447d-8ba4-8d0c773c4099", "48febc96-59e4-41de-b470-0cca2a2ecbed", "841db3d7-cb8f-4507-8474-108f2e7b8cbe" ]
application/xml, text/xml
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <guid>d33a2d9b-8f8e-447d-8ba4-8d0c773c4099</guid> <guid>48febc96-59e4-41de-b470-0cca2a2ecbed</guid> <guid>841db3d7-cb8f-4507-8474-108f2e7b8cbe</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample not available.