diff --git a/namecheap.py b/namecheap.py index 05911ca..06d7f19 100644 --- a/namecheap.py +++ b/namecheap.py @@ -395,8 +395,8 @@ def domains_dns_delHost(self, domain, host_record): Example: api.domains_dns_delHost('example.com', { - "RecordType": "A", - "HostName": "test", + "Type": "A", + "Name": "test", "Address": "127.0.0.1" }) """