Check Delete Eligibility
check-delete-eligibilityCheck PowerPlatform component deletion eligibility. Returns whether deletion is allowed and lists blocking dependencies to prevent deletion errors.
Instructions
Check if a PowerPlatform component can be safely deleted. Returns whether deletion is allowed and lists blocking dependencies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| componentId | Yes | The GUID of the component to check | |
| componentType | Yes | The component type number (e.g., 1=Entity, 9=OptionSet, 29=Workflow, 80=PluginAssembly, 90=PluginType, 92=SdkMessageProcessingStep) | |
| environment | No | Environment name (e.g. DEV, UAT). Uses default if omitted. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| componentId | Yes | ||
| componentType | Yes | ||
| canDelete | Yes | ||
| dependencies | Yes |