Integration Resource Service Delete

Integration Resource Service Delete

Delete an Integration.

Request
URI
DELETE
https://{api_host}/https://your_org.tmc.cloud.vmware.com/v1alpha1/clustergroups/{fullName.clusterGroupName}/integrations/{fullName.name}
COPY
Path Parameters
string
fullName.name
Required

Name of the integration.

Query Parameters
string
fullName.orgId
Optional

Org ID of the organization.


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