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
[ "f3060205-4b7a-4846-aee0-5a32cfcd69ab", "d41799eb-445e-4ce3-8593-73aec6cb8ffc", "f1803d4a-9636-4ed7-aff2-202a6717ac6d" ]
application/xml, text/xml
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <guid>f3060205-4b7a-4846-aee0-5a32cfcd69ab</guid> <guid>d41799eb-445e-4ce3-8593-73aec6cb8ffc</guid> <guid>f1803d4a-9636-4ed7-aff2-202a6717ac6d</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample not available.