Skip to main content
DELETE
/
api
/
v1
/
tunnel
/
{tunnel_id}
Delete Tunnel Endpoint
curl --request DELETE \
  --url https://api.primeintellect.ai/api/v1/tunnel/{tunnel_id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.primeintellect.ai/llms.txt

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

Rate Limit

100 requests per 60 seconds per user.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

tunnel_id
string
required

Response

Successful Response

Response for tunnel deletion.

success
boolean
required

Whether deletion succeeded

message
string
required

Status message