Explore the Delete request in the Service Fabric Mesh API
Deletes the volume resource.
Deletes the volume identified by the name.
Request
Method | Request URI |
---|---|
DELETE | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/volumes/{volumeName}?api-version=2018-07-01-preview |
Parameters
Name | Type | Required | Location |
---|---|---|---|
subscriptionId |
string | Yes | Path |
resourceGroupName |
string | Yes | Path |
volumeName |
string | Yes | Path |
api-version |
string | Yes | Query |
subscriptionId
Type: string
Required: Yes
The customer subscription identifier
resourceGroupName
Type: string
Required: Yes
Azure resource group name
volumeName
Type: string
Required: Yes
The identity of the volume.
api-version
Type: string
Required: Yes
Default: 2018-07-01-preview
The version of the API. This parameter is required and its value must be 2018-07-01-preview
.
Responses
HTTP Status Code | Description | Response Schema |
---|---|---|
200 (OK) | OK |
|
204 (NoContent) | No Content - the specified volume was not found. |
|
All other status codes | Error |
ErrorModel |
Examples
VolumeDelete
This example shows how to delete an existing volume resource. If the volume resource exists and is deleted successfully, an empty response with 200 status code is returned. If the volume resource does not exit, an empty response with 204 status code is returned.
Request
DELETE https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sbz_demo/providers/Microsoft.ServiceFabricMesh/volumes/sbzDemoVolume?api-version=2018-07-01-preview
200 Response
Body
The response body is empty.
204 Response
Body
The response body is empty.