Application Type Versions - Delete
Deletes a Service Fabric application type version resource.
Delete a Service Fabric application type version resource with the specified name.
DELETE https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applicationTypes/{applicationTypeName}/versions/{version}?api-version=2023-11-01-preview
URI Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
|
application
|
path | True |
string |
The name of the application type name resource. |
|
cluster
|
path | True |
string |
The name of the cluster resource. |
|
resource
|
path | True |
string |
The name of the resource group. |
|
subscription
|
path | True |
string |
The customer subscription identifier. |
|
version
|
path | True |
string |
The application type version. |
|
api-version
|
query | True |
string |
The version of the Service Fabric resource provider API. This is a required parameter and it's value must be "2023-11-01-preview" for this specification. |
Responses
| Name | Type | Description |
|---|---|---|
| 202 Accepted |
The request was accepted and the operation will complete asynchronously. |
|
| 204 No Content |
The resource was not found. |
|
| Other Status Codes |
The detailed error response. |
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
Delete an application type version
Sample request
DELETE https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/resRg/providers/Microsoft.ServiceFabric/clusters/myCluster/applicationTypes/myAppType/versions/1.0?api-version=2023-11-01-preview
Sample response
Retry-After: 10
Location: http://10.91.140.224/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceFabric/locations/eastus/operationResults/28e62369-ed8c-4aba-8c05-ab7d6238cc3d?api-version=2023-11-01-preview
Definitions
| Name | Description |
|---|---|
|
Error |
The structure of the error. |
|
Error |
The error details. |
ErrorModel
The structure of the error.
| Name | Type | Description |
|---|---|---|
| error |
The error details. |
ErrorModelError
The error details.
| Name | Type | Description |
|---|---|---|
| code |
string |
The error code. |
| message |
string |
The error message. |