Services - Delete
Een service-exemplaar verwijderen.
DELETE https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/services/{resourceName}?api-version=2022-06-01
URI-parameters
| Name | In | Vereist | Type | Description |
|---|---|---|---|---|
|
resource
|
path | True |
string minLength: 1maxLength: 90 pattern: ^[-\w\._\(\)]+$ |
De naam van de resourcegroep die het service-exemplaar bevat. |
|
resource
|
path | True |
string minLength: 3maxLength: 24 |
De naam van het service-exemplaar. |
|
subscription
|
path | True |
string |
De abonnement-ID. |
|
api-version
|
query | True |
string |
Client-API-versie. |
Antwoorden
| Name | Type | Description |
|---|---|---|
| 202 Accepted |
Geaccepteerd - Aanvraag geaccepteerd verwijderen; de bewerking asynchroon wordt voltooid. |
|
| 204 No Content |
De resource bestaat niet. |
|
| Other Status Codes |
DefaultErrorResponse |
Beveiliging
azure_auth
Azure Active Directory OAuth2-stroom
Type:
oauth2
Stroom:
implicit
Autorisatie-URL:
https://login.microsoftonline.com/common/oauth2/authorize
Bereiken
| Name | Description |
|---|---|
| user_impersonation | Uw gebruikersaccount imiteren |
Voorbeelden
Delete service
Voorbeeldaanvraag
DELETE https://management.azure.com/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.HealthcareApis/services/service1?api-version=2022-06-01
Voorbeeldrespons
Azure-AsyncOperation: https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.HealthcareApis/locations/westus/operationresults/f7eb8g4f1ncj3jgk6bg8jlqf8?api-version=2022-06-01
Definities
| Name | Description |
|---|---|
|
Error |
Foutdetails. |
|
Error |
Foutdetails. |
ErrorDetails
Foutdetails.
| Name | Type | Description |
|---|---|---|
| error |
Foutdetails |
ErrorDetailsInternal
Foutdetails.
| Name | Type | Description |
|---|---|---|
| code |
string |
De foutcode. |
| message |
string |
Het foutbericht. |
| target |
string |
Het doel van de specifieke fout. |