metaregistrar / php-epp-client

Object-oriented PHP EPP Client
https://www.metaregistrar.com/docs/
MIT License
213 stars 156 forks source link

Remove dnssec key #89

Closed universenl closed 7 years ago

universenl commented 7 years ago

Hi,

Inserting a new dnssec key works great, is there any api available for deleting a key also ?

Greatings

metaregistrar commented 7 years ago

new eppDnssecUpdateDomainRequest($add, $remove, $update)

Just put the keys to remove in the $remove object variable.

universenl commented 7 years ago

Can you give me an example of the remove object please, did try some things but not working.

Greatings.