delete_activity_from_pipeline
Remove an activity from a Microsoft Fabric pipeline. Ensure no dependencies exist on the activity before deletion to prevent errors.
Instructions
Delete an activity from an existing Fabric pipeline.
Removes the specified activity from the pipeline definition. This will fail if any other activity depends on it. Use remove_activity_dependency to remove dependencies first.
Parameters: workspace_name: The display name of the workspace containing the pipeline. pipeline_name: Name of the existing pipeline to update. activity_name: Name of the activity to delete.
Returns: Dictionary with status, pipeline_id, pipeline_name, activity_name, workspace_name, and message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace_name | Yes | ||
| pipeline_name | Yes | ||
| activity_name | Yes |