**Matrix Version:5.4.3.1
Hi.
We’re working on a SOAP API to delete Matrix asset links using the DeleteAssetLink function.
We want to selectively delete specific Notice Link ID from a parent.
It seems to work partially but it removes all other Link Types and removes the web path. This is the code we’ve used to selectively delete.
$client->DeleteAssetLink([
'LinkID' => $linkId,
]);
Are we missing something else or is there a bug with the DeleteAssetLink function in this version of Matrix or with the SOAP API?
Any pointers or helper very much appreciated.
Thanks