Currently, PlexDNS updates and deletes DNS records by searching the zone records each time (matching by name, type, and content).
For providers that expose a unique recordId, we should use it directly for update/delete calls.
This avoids unnecessary record lookups and improves performance, especially on large zones.