Remove an element from the working diff
ribbon_remove_customizationRemove a ribbon customization by its ID to revert changes. Un-hides or un-customizes the element after the next publish, restoring the default command bar.
Instructions
Remove a CustomAction, HideCustomAction, CommandDefinition, rule or LocLabel from the local working copy by its Id. Un-hides / un-customizes after the next publish. Use ribbon_get_diff to list current ids.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Id of the element to remove (any section) | |
| entity | Yes | Entity logical name (e.g. 'account'), or 'APPLICATION' for the application ribbon. Note: APPLICATION support is EXPERIMENTAL (implemented per documented schema but not yet covered by the live end-to-end test suite) — take extra care and keep the backup ids at hand. | |
| environment | No | Dataverse environment URL, e.g. https://myorg.crm4.dynamics.com. Optional when the RIBBON_MCP_ENV_URL environment variable is set. |