Delete backup destination
Select
SaaS
Customer Managed
Delete Backup Destination. If trying to delete primary backup destination which is not associated with any plan, it will delete all secondary copies also.
Path Parameters
- BackupDestinationId int32 required
Id of the backupDestination to be deleted
Responses
- 200
- 404
- 412
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Requested Details not found
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Precondition Failed
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Server Error
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Loading...