All Products
Search
Document Center

Cloud Backup:DeleteHanaBackupPlan

Last Updated:Mar 03, 2024

Deletes an SAP HANA backup plan.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
VaultIdstringYes

The ID of the backup vault.

v-0007o******1ssno
ClusterIdstringYes

The ID of the SAP HANA instance.

cl-000br3******0ooy2
PlanIdstringYes

The ID of the backup plan.

pl-00035lc8pwp1azdf3qku
ResourceGroupIdstringNo

The ID of the resource group.

rg-acfm4ebtpkzx7zy

Response parameters

ParameterTypeDescriptionExample
object
Codestring

The HTTP status code. The status code 200 indicates that the call is successful.

200
Messagestring

The message that is returned. If the call is successful, "successful" is returned. If the call fails, an error message is returned.

successful
RequestIdstring

The ID of the request.

071E4789-6256-526B-B22E-2A9CDDB9EB21
Successboolean

Indicates whether the call is successful. Valid values:

  • true: The call is successful.
  • false: The call fails.
true

Examples

Sample success responses

JSONformat

{
  "Code": "200",
  "Message": "successful",
  "RequestId": "071E4789-6256-526B-B22E-2A9CDDB9EB21",
  "Success": true
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history