Our provisioning system will de-provision remove interfaces from devices. When this occurs, solarwinds interfaces become unknown.
What are the required parameters to pass via Json to the Invoke/BulkDelete request to remove these?
Also, I saw on another forum that some users do this using sql:
delete * from Interfaces
where Status = 0
and InterfaceIndex = -1
and NodeId = x
Is this safe? Does this leave orphaned records? What is different between this and swql method?