Hello,
I am attempting at writing a connector for the v7 REST API. Currently wondering if there is any mechanism for deleting/changing a list of similar items.
Documentation for the DELETE verb only mentions deleting by key.
A POST at the (say) ip/address/disable or ip/address/destroy with a .query selector return an empty array [] and not an error, but also don't seem to do anything. (while a print with the same .query does work.
Any help is appreciated.