Managed Instance Long Term Retention Policies - Delete
Deletes a managed database's long term retention policy.
DELETE https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/databases/{databaseName}/backupLongTermRetentionPolicies/default?api-version=2023-08-01
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
database
|
path | True |
string |
The name of the database. |
managed
|
path | True |
string |
The name of the managed instance. |
policy
|
path | True |
The policy name. Should always be Default. |
|
resource
|
path | True |
string |
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. |
subscription
|
path | True |
string |
The subscription ID that identifies an Azure subscription. |
api-version
|
query | True |
string |
The API version to use for the request. |
Responses
Name | Type | Description |
---|---|---|
200 OK |
Successfully deleted LTR policy for managed database. |
|
202 Accepted |
Accepted Headers Location: string |
|
Other Status Codes |
*** Error Responses: ***
|
Examples
Deletes the LTR policy for the managed database.
Sample request
Sample response
{
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testResourceGroup/providers/Microsoft.Sql/managedInstances/testInstance/databases/testDatabase/backupLongTermRetentionPolicies/default",
"name": "default",
"type": "Microsoft.Sql/resourceGroups/managedInstances/databases/backupLongTermRetentionPolicies",
"properties": {
"weeklyRetention": "PT0S",
"monthlyRetention": "PT0S",
"yearlyRetention": "PT0S",
"weekOfYear": 0
}
}
Location: https://management.azure.com/subscriptions/00000000-1111-2222-3333-444444444444/providers/Microsoft.Sql/locations/westus/managedInstanceLongTermRetentionPolicyOperationResults/00000000-1111-2222-3333-444444444444?api-version=2023-05-01-preview
Definitions
Name | Description |
---|---|
Backup |
The BackupStorageAccessTier for the LTR backups |
Error |
The resource management error additional info. |
Error |
The error detail. |
Error |
Error response |
Managed |
A long term retention policy. |
Managed |
The policy name. Should always be Default. |
BackupStorageAccessTier
The BackupStorageAccessTier for the LTR backups
Value | Description |
---|---|
Hot | |
Archive |
ErrorAdditionalInfo
The resource management error additional info.
Name | Type | Description |
---|---|---|
info |
object |
The additional info. |
type |
string |
The additional info type. |
ErrorDetail
The error detail.
Name | Type | Description |
---|---|---|
additionalInfo |
The error additional info. |
|
code |
string |
The error code. |
details |
The error details. |
|
message |
string |
The error message. |
target |
string |
The error target. |
ErrorResponse
Error response
Name | Type | Description |
---|---|---|
error |
The error object. |
ManagedInstanceLongTermRetentionPolicy
A long term retention policy.
Name | Type | Description |
---|---|---|
id |
string |
Resource ID. |
name |
string |
Resource name. |
properties.backupStorageAccessTier |
The BackupStorageAccessTier for the LTR backups |
|
properties.monthlyRetention |
string |
The monthly retention policy for an LTR backup in an ISO 8601 format. |
properties.weekOfYear |
integer (int32) |
The week of year to take the yearly backup in an ISO 8601 format. |
properties.weeklyRetention |
string |
The weekly retention policy for an LTR backup in an ISO 8601 format. |
properties.yearlyRetention |
string |
The yearly retention policy for an LTR backup in an ISO 8601 format. |
type |
string |
Resource type. |
ManagedInstanceLongTermRetentionPolicyName
The policy name. Should always be Default.
Value | Description |
---|---|
default |