v4

latestSwagger 2.02026-07-13475662.4 KB

Deletes the specified blob. If blob soft delete is enabled, the blob is marked for deletion and can be recovered until the retention period expires.

delete/

Query parameters

snapshotstring

Specifies the snapshot of the blob.

versionidstring

Specifies the version ID of the blob.

timeoutinteger

The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations\">Setting Timeouts for Blob Service Operations.</a>

deletetype'Permanent'

The delete type.

Headers

x-ms-versionstring required

Specifies the version of the operation to use for this request.

x-ms-client-request-idstring uuid

An opaque, globally-unique, client-generated string identifier for the request.

x-ms-lease-idstring

If specified, the operation only succeeds if the resource's lease is active and matches this ID.

x-ms-delete-snapshots'only' | 'include'

Required if the blob has associated snapshots. Specifies the delete behavior.

If-Modified-Sincestring date-time-rfc7231

Specify this value to operate only on a blob if it has been modified since the specified date-time.

If-Unmodified-Sincestring date-time-rfc7231

Specify this value to operate only on a blob if it has not been modified since the specified date-time.

If-None-Matchstring

Specify this value to operate only on a blob with a non-matching Etag value.

If-Matchstring

Specify this value to operate only on a blob with a matching Etag value.

x-ms-if-tagsstring

Specifies a SQL-like where clause on blob tags to operate only on a blob with matching tags.

x-ms-access-tier-if-modified-sincestring date-time-rfc7231

Specify this header value to operate only on a blob if the access-tier has been modified since the specified date-time.

x-ms-access-tier-if-unmodified-sincestring date-time-rfc7231

Specify this header value to operate only on a blob if the access-tier has not been modified since the specified date-time.

Response

The request has been accepted for processing, but processing has not yet completed.