Delete External Endpoint
Delete an external endpoint. Only disabled endpoints (enabled = false) can be deleted.
Request
URI
DELETE
https://{api_host}/cloudapi/1.0.0/externalEndpoints/{id}
COPY
Path Parameters
string
id
Required
id
Responses
204
No content
Operation doesn't return any data structure
Code Samples
COPY
curl -X DELETE -H 'Authorization: <value>' https://{api_host}/cloudapi/1.0.0/externalEndpoints/{id}
Availability
Added in 37.3
External Endpoint Operations
GET
Get External Endpoints
POST
Create External Endpoint
GET
Get External Endpoint
PUT
Update External Endpoint
DELETE
Delete External Endpoint