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
applicationTypeName
path True

string

The name of the application type name resource.

clusterName
path True

string

The name of the cluster resource.

resourceGroupName
path True

string

The name of the resource group.

subscriptionId
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

ErrorModel

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
ErrorModel

The structure of the error.

ErrorModelError

The error details.

ErrorModel

The structure of the error.

Name Type Description
error

ErrorModelError

The error details.

ErrorModelError

The error details.

Name Type Description
code

string

The error code.

message

string

The error message.