I was supposed to add some TXT records and I was using REST API interface. Unfortunately it was my first time using this so I was testing some things and I ended up adding some duplicated records.
Issue is that all of them were added with the same record ID.
I have 2 options to delete them using REST API, either delete one record or all records in a specific <zone>/<fqdn>.
When I try to delete all records in the zone/fqdn it says deleted but does not delete anything.
When I try to delete a specific record with the ID:0, it says ambiguous.