Skip to main content
Skip table of contents

Unassign Layer Action

The UnassignLayerAction unassigns a specific layer from content if the condition is met. 

Specific Definitions

Type-ahead and select the Layer from the dropdown. The Layer ID is used in the Business Rule, so you can update the name anytime.  

Property

Value

kind

UnassignLayerAction

layerId

The ID of the Layer to check. 

See Access Layer for details, but except in the JSON, you don't have to worry about casing. 

Unassign Basic Information Layer

CODE
"actions": [
	{
		"kind": "UnassignLayerAction",
		"layerId": "BasicInformation"
	}
],


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.