Unregister Cloud Endpoint
Un-register an already added remote cloud endpoint
Request
URI
DELETE
https://{api_host}/hybridity/api/endpointPairing/{endpointId}
COPY
Path Parameters
string
endpointId
Required
endpointId of the appliance that has to be un-registered
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
Code Samples
COPY
curl -X DELETE -H 'Authorization: <value>' https://{api_host}/hybridity/api/endpointPairing/{endpointId}
Hybridity Operations
GET
Fetch Cloud Endpoint
POST
Register Cloud Endpoint
DELETE
Unregister Cloud Endpoint