How to delete a domain with cmd_api_domain

nieuwhier

Verified User
Joined
Sep 8, 2005
Messages
280
Location
Netherlands
Hi,

I am kind of blind I think. I am looking for the description of cmd_api_domain or cmd_domain. I Can find the description for how to add a domain but not for deleting a domain.

I tried some things with cmd_api_domain but get this error:
error=1&text=what are you doing here?&details=You should go straight to the confirmed method after this one

Who can help ?!
Regards,
Michel.
 
I found the answer with trying and trying......

Deleting a domain:

$Socket->query('/CMD_API_DOMAIN',
array(
'confirmed' => 'Confirm',
'delete' => 'yes',
'select0' => $domain,
 
Back
Top