Secret Export Resource Service Delete
Delete a SecretExport.
Request
URI
DELETE
https://{api_host}/https://your_org.tmc.cloud.vmware.com/v1alpha1/clustergroups/{fullName.clusterGroupName}/namespace/secretexports/{fullName.name}
COPY
Path Parameters
string
fullName.clusterGroupName
Required
Name of Cluster Group.
string
fullName.name
Required
Name of the Secret Export (expected to share the same name of the secret).
Query Parameters
string
fullName.orgId
Optional
ID of Organization.
string
fullName.namespaceName
Optional
Name of Namespace.
Responses
200
A successful response.
Returns vmware.tanzu.manage.v1alpha1.clustergroup.namespace.secretexport.DeleteSecretExportResponse 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"
}
]
}
Secret Export Resource Service Operations
POST
Secret Export Resource Service Create
POST
Secret Export Resource Service Create
DELETE
Secret Export Resource Service Delete
DELETE
Secret Export Resource Service Delete
GET
Secret Export Resource Service Get
GET
Secret Export Resource Service Get
GET
Secret Export Resource Service List
GET
Secret Export Resource Service List