Remove an exploration

Permanently deletes an exploration by its ID.

Deleting an exploration also permanently deletes its associated chart, queries, and any configured alerts. This action cannot be undone.

DELETE https://telemetry.betterstack.com/api/v2/explorations/{id}

URL parameters

id
required integer

Headers

Authorization
required string
204
401
404

Example Request

cURL
curl --request DELETE \
     --url "https://telemetry.betterstack.com/api/v2/explorations/123" \
     --header "Authorization: Bearer $TOKEN"