Private Endpoint Connections - Delete

Deletes a private endpoint connection.

DELETE https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/services/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}?api-version=2022-06-01

URI Parameters

Name In Required Type Description
privateEndpointConnectionName
path True

string

The name of the private endpoint connection associated with the Azure resource

resourceGroupName
path True

string

The name of the resource group that contains the service instance.

Regex pattern: ^[-\w\._\(\)]+$

resourceName
path True

string

The name of the service instance.

subscriptionId
path True

string

The subscription identifier.

api-version
query True

string

Client Api Version.

Responses

Name Type Description
200 OK

The request was successful; the request was well-formed and received properly.

202 Accepted

The request was successful; the operation will complete asynchronously.

204 No Content

No Content - The private endpoint connection does not exist.

Other Status Codes

ErrorDetails

DefaultErrorResponse

Security

azure_auth

Azure Active Directory OAuth2 Flow

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize

Scopes

Name Description
user_impersonation impersonate your user account

Examples

PrivateEndpointConnections_Delete

Sample Request

DELETE https://management.azure.com/subscriptions/subid/resourceGroups/rgname/providers/Microsoft.HealthcareApis/services/service1/privateEndpointConnections/myConnection?api-version=2022-06-01

Sample Response

Azure-AsyncOperation: https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.HealthcareApis/locations/westus/operationresults/f7eb8g4f1ncj3jgk6bg8jlqf8?api-version=2022-06-01

Definitions

Name Description
ErrorDetails

Error details.

ErrorDetailsInternal

Error details.

ErrorDetails

Error details.

Name Type Description
error

ErrorDetailsInternal

Error details

ErrorDetailsInternal

Error details.

Name Type Description
code

string

The error code.

message

string

The error message.

target

string

The target of the particular error.