Delete tunnel
DELETE
/tunnels/{id}Contract
Parameter | Value |
|---|---|
| Section | tunnels |
| Authentication | CookieAuth |
| Consumes | not required |
| Produces | application/json |
Parameters
1 parameter
Name | Location | Required | Type | Description |
|---|---|---|---|---|
| id | path | yes | integer | Tunnel ID |
Responses
3 responses
Status | Description | Type |
|---|---|---|
200 | Tunnel deleted | no body |
401 | Unauthorized | object |
500 | Invalid ID or record deletion failed | object |
{ "data": {}, "error": "<string>" }{ "data": {}, "error": "<string>" }