Unregister Cloud Endpoint
Un-register cloud endpoint
Un-register a registered remote HCX manager endpoint. This API removes the site pairing and cleans up associated resources.
Request
URI
DELETE
https://{server}/hybridity/api/endpointPairing/{endpointId}
COPY
Path Parameters
string
endpointId
Required
endpointId of the appliance that has to be un-registered
Authentication
This operation uses the following authentication methods.
Responses
200
Accepted
Returns
clouddel_1.0_successResponse
of type(s)
application/json
"clouddel_1.0_successResponse Object"
401
Unauthorized
Operation doesn't return any data structure
403
Forbidden
Operation doesn't return any data structure
Vendor Extension
This operation contains the following vendor extensions defined in the spec:
application/json
Code Samples
COPY
curl -X DELETE -H 'Authorization: <value>' https://{api_host}/hybridity/api/endpointPairing/{endpointId}
On This Page
Cloud Registration Apis Operations
GET
Fetch Cloud Endpoint
POST
Register Cloud Endpoint
PUT
Update Endpoint
DELETE
Unregister Cloud Endpoint