Delete multiple tunnels
DELETE
/tunnelsContract
Parameter | Value |
|---|---|
| Section | tunnels |
| Authentication | CookieAuth |
| Consumes | application/json |
| Produces | application/json |
Parameters
1 parameter
Name | Location | Required | Type | Description |
|---|---|---|---|---|
| request | body | yes | object | IDs to delete |
{ "array": [ 0 ] }
Responses
3 responses
Status | Description | Type |
|---|---|---|
200 | Tunnels deleted | no body |
401 | Unauthorized | object |
500 | Invalid request body or record deletion failed | object |
{ "data": {}, "error": "<string>" }{ "data": {}, "error": "<string>" }