Skip to main content
POST
/
tunnelkeys
/
{keyId}
/
disable
Disable a tunnel key
curl --request POST \
  --url https://dashboard.hologram.io/api/1/tunnelkeys/{keyId}/disable/ \
  --header 'Authorization: Basic <encoded-value>'
{
  "success": true,
  "data": {
    "id": 123
  }
}

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

keyId
integer
required

Tunnel key ID

Response

OK

success
boolean

Indicates whether the request was successful.

Example:

true

data
object