Skip to main content

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

Success


Schema
  • errorCode int32
  • protectionGroupId int32

    Id of the deleted protection group

  • protectionGroupName string

    Name of the deleted protection group

DELETE /v4/cloud/azure/protectiongroup/:protectiongroupid    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
protectionGroupId — path required
AzureSubscriptionId — header required
AzureTenantId — header required
LiftrCorrelationId — header required
ArmResourceId — header required
ArmResourceIdForCCA — header required
curl -L -X DELETE 'https://CommandCenterHostName/commandcenter/api/v4/Cloud/Azure/ProtectionGroup/:protectionGroupId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'