Disable Database Add-on
Select
SaaS
Customer Managed
This operation disables the server plan database backup options. This operation does not delete the database add-on options for a plan.
Path Parameters
- PlanId string required
Header Parameters
- Accept string required
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Disable Database Add-on
Schema
error object[]
entity object
status object
errorMessage stringerrorCode integer
{
"error": [
{
"entity": {},
"status": {
"errorMessage": "string",
"errorCode": 0
}
}
]
}
{
"error": [
{
"entity": {},
"status": {
"errorMessage": "",
"errorCode": 0
}
}
]
}
Loading...