Secret Export Resource Service Delete

Secret Export Resource Service Delete

Delete a SecretExport.

Request
URI
DELETE
https://{api_host}/https://your_org.tmc.cloud.vmware.com/v1alpha1/clusters/{fullName.clusterName}/namespaces/{fullName.namespaceName}/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.

{
    "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"
        }
    ]
}