Storage Quotas - Delete
Delete an existing quota
DELETE https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.Storage.Admin/locations/{location}/quotas/{quotaName}?api-version=2019-08-08-preview
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
location
|
path | True |
string |
Resource location. |
quota
|
path | True |
string |
The name of the storage quota. |
subscription
|
path | True |
string |
Subscription Id. |
api-version
|
query | True |
string |
REST Api Version. |
Responses
Name | Type | Description |
---|---|---|
200 OK |
OK -- The storage quota has been deleted. |
|
Other Status Codes |
Error Response. |
Security
azure_auth
Authorization uses an 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 existing storage quota.
Sample request
DELETE https://management.azure.com/subscriptions/9ad61516-995c-4873-a21f-7e44904f0ed2/providers/Microsoft.Storage.Admin/locations/local/quotas/TestCreateQuota?api-version=2019-08-08-preview
Sample response
Definitions
ErrorResponse
The error response for request which failed.
Name | Type | Description |
---|---|---|
code |
string |
The error description code. |
details |
string[] |
The error details information. |
message |
string |
The error description message. |
target |
string |
The error target description. |