/
The AWS IoT Secure Tunneling multi-region endpoint
http://api.tunneling.iot.{region}.amazonaws.com
The AWS IoT Secure Tunneling multi-region endpoint
http://api.tunneling.iot.{region}.amazonaws.com
POST
/
CloseTunnel
request is received, we close the WebSocket connections between the client and proxy server so no data can be transmitted.Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request POST 'http://api.tunneling.iot.{region}.amazonaws.com/' \
--header 'X-Amz-Target;' \
--header 'Content-Type: application/json' \
--data-raw '{
"tunnelId": "string",
"delete": true
}'
Response Response Example
200 - Example 1
{}
Request
Header Params
X-Amz-Target
string
required
Body Params application/json
Responses
Modified at 2023-08-16 07:32:16