delete_dictionary_override
Delete a dictionary override to restore a child table field to its parent defaults, requiring confirmation for safety.
Instructions
Delete a dictionary override, restoring the child table field to its parent table defaults.
SAFETY: Requires confirm=true. Deleting an override immediately restores parent behaviour — e.g. if the override made the field mandatory, it will become optional again after deletion.
Find the sys_id first with get_dictionary_overrides.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Child table name | |
| field | Yes | Field (element) name | |
| confirm | Yes | Must be true to execute |