Delete Restricted Connection
Deletes the restricted connection with the given ID.
Request
URI
DELETE
https://{api_host}/cloudapi/1.0.0/testConnection/restrictions/{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/testConnection/restrictions/{id}
Availability
Added in 40.0
Test Connection Restrictions Operations
GET
Query Restricted Connections
POST
Create Restricted Connection
GET
Get Restricted Connection
PUT
Update Restricted Connection
DELETE
Delete Restricted Connection