Delete all DS records

				
					StructOperationResponse domainDSRecordDeleteAll(string idSession, string domain)
				
			

Remove all DS records from a domain if it does not use NETIM’s DNS servers.

REQUIRED


  • idSession string (32)
    Session ID.
  • domain string (255)
    Domain name.

An Object of type StructOperationResponse

$idSession = $clientSOAP->sessionOpen('XX000', 'abc123465!');

$domain = 'example.fr';

$structOperationResponse = $clientSOAP->domainDSRecordDeleteAll($idSession, $domain);