You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
client/serverUpdateProhibited status on a domain object affects only domain:update requests (registrant change, adding/removing admin and tech contacts, nameservers and dnssec keys). It does not affect other EPP/REPP operations like renew, transfer and delete.
Issue: domain:delete request for a domain registration with client/serverUpdateProhibited results with 2304
<result code="2304">
<msg lang="en">Object status prohibits operation</msg>
</result>
The text was updated successfully, but these errors were encountered:
after this update even domain update is allowed for domains with serverUpdateProhibited status. So yes delete works now, but domain:update should be still denied. *UpdateProhibited status should affect only domain:update requests in case of EPP.
client/serverUpdateProhibited status on a domain object affects only domain:update requests (registrant change, adding/removing admin and tech contacts, nameservers and dnssec keys). It does not affect other EPP/REPP operations like renew, transfer and delete.
Issue: domain:delete request for a domain registration with client/serverUpdateProhibited results with 2304
The text was updated successfully, but these errors were encountered: