"SoftLayer_" prefix removed for readability.
Remove rules from a security group.
Name | Type | Description |
---|---|---|
ruleIds | int[] | An array of SoftLayer_Network_SecurityGroup_Rule IDs for rules you want to delete |
None
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [int]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network_SecurityGroup/{SoftLayer_Network_SecurityGroupID}/removeRules'