Unassign Content Permission Sets Action
The UnassignContentPermissionSetsAction unassigns content permission sets from Content Items e.g. remove access for suppliers.
Specific Definitions
Type-ahead and select the content permission set from the dropdown. The Permission Set ID is used in the Business Rule, so you can update the name anytime.
| Property | Value | 
| kind | UnassignContentPermissionSetsAction | 
| permissionSetIds | The IDs of the Permission Sets to assign. See Permission Set for details, but except in the JSON, you don't have to worry about casing. | 
Unassign Permission Set
"actions": [
	{
		"kind": "UnassignContentPermissionSetsAction",
		"permissionSetIds": [
			"617a2008a5274735b50a926c8da6097c"
		],		
		"traceRefId": null
	}
],