Set Object Schema Column Active State
set_object_schema_column_active_stateDeactivate or reactivate a column on an account-level object schema to control its availability on boards. Deactivation soft-disables without deletion; reactivation restores it.
Instructions
Set the active state of a column on an account-level object schema. deactivate: soft-disables the column, preventing it from being used on new boards. The column is not deleted and can be restored. reactivate: restores a previously deactivated column, making it available again.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | The operation to perform on the column. deactivate: soft-disables the column. It is marked inactive but not deleted. Reversible. reactivate: re-enables a previously deactivated column. | |
| objectSchemaId | No | The ID of the object schema. Either objectSchemaId or objectSchemaName must be provided. | |
| objectSchemaName | No | The name of the object schema. Either objectSchemaId or objectSchemaName must be provided. | |
| columnId | Yes | The ID of the column to deactivate or reactivate. |