deleteObject


SoftLayer_Network_SecurityGroup::deleteObject

Delete a security group.

Description

Delete a security group for an account. A security group cannot be deleted if any network components are attached or if the security group is a remote security group for a SoftLayer_Network_SecurityGroup_Rule.

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_Network_SecurityGroup/{SoftLayer_Network_SecurityGroupID}/deleteObject'