"SoftLayer_" prefix removed for readability.
Unlinks a permission role from the group.
Name | Type | Description |
---|---|---|
role | SoftLayer_User_Permission_Role | Permission Role to be unlinked. |
None
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [SoftLayer_User_Permission_Role]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_User_Permission_Group/{SoftLayer_User_Permission_GroupID}/unlinkRole'