"SoftLayer_" prefix removed for readability.
Unlinks multiple account device objects of the same resource type from the group.
Name | Type | Description |
---|---|---|
resourceObjects | SoftLayer_Entity[] | The resource records to remove from this group (typically hardware, virtual guest, or dedicated host). See SoftLayer_User_Permission_Resource_Type for the valid entities for this request. |
resourceTypeKeyName | string | An optional keyname for the type of resource provided. See SoftLayer_User_Permission_Resource_Type for the valid entities for this request. |
None
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [SoftLayer_Entity, string]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_User_Permission_Group/{SoftLayer_User_Permission_GroupID}/removeBulkResourceObjects'