DeleteProtectionGroup
Select
SaaS
Customer Managed
delete an existing protection group
Path Parameters
- protectionGroupId int32 required
Id of the Protection Group to delete
Header Parameters
- AzureSubscriptionId string required
Azure Subscription Id
- AzureTenantId string required
Azure Tenant Id
- LiftrCorrelationId string required
Liftr Correlation Id
- ArmResourceId string required
Arm Resource Id
- ArmResourceIdForCCA string required
Arm Resource Id For CCA
Responses
- 200
- 404
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
- errorCode int32
- protectionGroupId int32
Id of the deleted protection group
- protectionGroupName string
Name of the deleted protection group
{
"errorCode": 0,
"protectionGroupId": 0,
"protectionGroupName": "string"
}
Requested Details not found
- 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...