removeAction


SoftLayer_User_Permission_Group::removeAction

Remove a permission action from the group.

Description

Unassigns a SoftLayer_User_Permission_Action object from the group.

Parameters

Name Type Description
action SoftLayer_User_Permission_Action Permission Action to be removed.

Required Headers

Optional Headers

  • None

Return Values

  • void

Error Handling

  • Throws the exception “You cannot remove action to group: Permission Denied.” if a customer user attempts this request without the proper permission.
  • Throws the exception “Can’t access action” if the permission action does not exist.
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [SoftLayer_User_Permission_Action]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_User_Permission_Group/{SoftLayer_User_Permission_GroupID}/removeAction'