Unregister Cloud Endpoint

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


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

Code Samples
COPY
                    curl -X DELETE -H 'Authorization: <value>' https://{api_host}/hybridity/api/endpointPairing/{endpointId}