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.

quotaName
path True

string

The name of the storage quota.

subscriptionId
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

ErrorResponse

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.