deleteObject


SoftLayer_Dns_Domain::deleteObject

Remove a domain.

Description

deleteObject permanently removes a domain and all of it’s associated resource records from the softlayer name servers. ‘‘‘This cannot be undone.’’’ Be wary of running this method. If you remove a domain in error you will need to re-create it by creating a new SoftLayer_Dns_Domain object.

Parameters

None

Required Headers

Optional Headers

  • None

Return Values

  • boolean
curl -g -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Dns_Domain/{SoftLayer_Dns_DomainID}/deleteObject'