Skip to main content
POST
/
tunnelkeys
/
{tunnelKeyId}
/
disable
{
  "data": {
    "id": 1234
  },
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.hologram.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

HTTP Basic authentication using API keys. Set the username to apikey and the password to your API key.

You can find your API key on the Hologram Dashboard under Account Settings.

Path Parameters

tunnelKeyId
number
required

Response

OK

data
object
success
boolean

Whether the request was successful or not

Example:

true