How to Delete FHIR Destinations in Azure
Remove-AzHealthcareIotConnectorFhirDestination (Az.HealthcareApis) | Microsoft Learn
Summary
This article is a technical guide for managing and deleting the FHIR destination of an IoT Connector within a Microsoft Azure environment. Developers learn how to use the `Remove-AzHealthcareIotConnectorFhirDestination` PowerShell cmdlet to remove this connection from specific resource groups.
Details
This document serves as a technical specification detailing the procedure and syntax for removing an IoT Connector's FHIR destination in an Azure environment. The core tool is the `Remove-AzHealthcareIotConnectorFhirDestination` cmdlet, found within the `Az.HealthcareApis` module. It supports not only basic parameters (such as `-FhirDestinationName`, `-IotConnectorName`, `-ResourceGroupName`, and `-WorkspaceName`) but also identity-based deletion methods (e.g., 'Delete Via Identity Workspace' or 'Delete Via Identity Iotconnector'). This allows operations using the object itself, rather than just resource names. Furthermore, it incorporates safety features like the `-WhatIf` parameter, which allows users to preview the command's actions without actual execution. This information is highly relevant for professional management and cleanup tasks within Azure healthcare data pipelines.
Original content copyright by respective publishers