RequestDeleteSync

%Plugin_Name%_RequestDeleteSync

Purpose

Use this function to check the status of domain renewal.

Input Parameters

  • configarray: an array of parameters defined during the plugin configuration.
  • tld: a top-level domain name.
  • sld: a second-level domain name.
  • additionalfields: supplementary data for further domain processing.

Return Parameters

  • completed: either 'true' if the operation successfully completed, or false if the operation is in progress. In case of 'false', the method must be called again, until either 'true' is received or an error occurs.

Mandatory

No

Example

function Example_RequestDeleteSync($params)
{
 	$sld = $params["sld"];
	$tld = $params["tld"];
	$additionalfields = $params["additionalfields"];
	
	array("completed" => true);
}
CloudBlue, an Ingram Micro business, uses cookies to improve the usability of our site. By continuing to use this site and/or logging in you are accepting the use of these cookies. For more information, visit our Privacy Policy.