Skip to main content

Delete multiple tunnels

DELETE
/tunnels

Contract

Parameter
Value
Sectiontunnels
AuthenticationCookieAuth
Consumesapplication/json
Producesapplication/json

Parameters

1 parameter

Name
Location
Required
Type
Description
requestbodyyesobjectIDs to delete
  • {
      "array": [
        0
      ]
    }

Responses

3 responses

Status
Description
Type
200
Tunnels deletedno body
401
Unauthorizedobject
500
Invalid request body or record deletion failedobject
  • {
      "data": {},
      "error": "<string>"
    }
  • {
      "data": {},
      "error": "<string>"
    }