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
[ "e84aff62-d828-4905-bca5-e2ee7136dece", "9d3a8648-7a1a-43fb-8f71-dc047f47d8fb", "df7ae82d-be84-4901-a450-3375a50e3952" ]
application/xml, text/xml
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <guid>e84aff62-d828-4905-bca5-e2ee7136dece</guid> <guid>9d3a8648-7a1a-43fb-8f71-dc047f47d8fb</guid> <guid>df7ae82d-be84-4901-a450-3375a50e3952</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample not available.