Delete Protection Group
DELETE https://{{cluster_vip}}/v2/data-protect/protection-groups/{{protectionGroupId}}?useCachedData=false&pruneSourceIds=true&pruneExcludedSourceIds=true&isDeleted=false&includeTenants=true&includeLastRunInfo=true
Deletes the Protection Group from the Cohesity cluster.
The ID (protectionGrouId
) of the Protection Group to be deleted must be specified in the API URL.
You can fetch the ProtectionGroupId
to be specified in the API URL from the Create Protection Group API response.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
useCachedData | boolean | ||
pruneSourceIds | boolean | ||
pruneExcludedSourceIds | boolean | ||
isDeleted | boolean | ||
includeTenants | boolean | ||
includeLastRunInfo | boolean |