Delete an existing LogicalAsset.
This action is irreversible, once deleted the mapping of a MediaProfile to ContentID with the existing ALID cannot be recreated.
This API is available with two URIs, the first of which deletes all LogicalAssets with a matching ALID while the later deletes a single LogicalAsset with matching MediaProfile and ALID.
[BaseURL]/Asset/Map/{ALID}
[BaseURL]/Asset/Map/{MediaProfile}/{ALID}
DELETE
HTTP 200
The following example deletes an existing LogicalAsset mapping
DELETE [BaseURL]/Asset/Map/urn:dece:type:mediaprofile:hd/urn:dece:alid:org:customer-zero:123456789 HTTP/1.1
Host: api.uvvu.com
HTTP/1.1 200
Date: [Date]
X-transaction-info: [TransactionInfo]
The following example deletes all existing LogicalAsset mappings identified by the provided ALID
DELETE [BaseURL]/Asset/Map/urn:dece:alid:org:customer-zero:123456789 HTTP/1.1
Host: api.uvvu.com
HTTP/1.1 200
Date: [Date]
X-transaction-info: [TransactionInfo]