Data Protection Resource Service Delete
Delete a DataProtection.
Request
URI
DELETE
https://{api_host}/https://your_org.tmc.cloud.vmware.com/v1alpha1/clustergroups/{fullName.clusterGroupName}/dataprotection
COPY
Path Parameters
string
fullName.clusterGroupName
Required
Name of Cluster group.
Query Parameters
string
fullName.orgId
Optional
ID of Organization.
boolean
force
Optional
Force delete.
boolean
deleteBackups
Optional
Delete all backup files associated with all the clusters in the cluster group from the backup storage location.
Responses
200
A successful response.
Returns vmware.tanzu.manage.v1alpha1.clustergroup.dataprotection.DeleteDataProtectionResponse of type(s) */*
{
"message": "string"
}
default
An unexpected error response.
Returns grpc.gateway.runtime.Error of type(s) */*
{
"error": "string",
"code": 0,
"message": "string",
"details": [
{
"typeUrl": "string",
"value": "string"
}
]
}
Data Protection Resource Service Operations
POST
Data Protection Resource Service Create
POST
Data Protection Resource Service Create
DELETE
Data Protection Resource Service Delete
DELETE
Data Protection Resource Service Delete
GET
Data Protection Resource Service List
GET
Data Protection Resource Service List
PUT
Data Protection Resource Service Update
PUT
Data Protection Resource Service Update