Remove a connection

Deletes an existing ClickHouse connection.

DELETE https://telemetry.betterstack.com/api/v1/connections/{id}

URL parameters

id
required string

Headers

Authorization
required string
204
404

Response body

{
  "errors": "Resource with the provided ID was not found"
}

This API requires a global API token for authentication, not a team-specific token. Include the token in the Authorization header.

Example cURL

Example
curl --request DELETE \
  --url https://telemetry.betterstack.com/api/v1/connections/123 \
  --header "Authorization: Bearer $TOKEN"