Deleting an exploration also permanently deletes its associated chart, queries, and any configured alerts. This action cannot be undone.
Explore documentation
Remove an exploration
Permanently deletes an exploration by its ID.
DELETE
https://telemetry.betterstack.com/api/v2/explorations/{id}
URL parameters
id
required
integer
The unique identifier of the exploration to delete.
Headers
Authorization
required
string
Bearer $TOKEN
204
The exploration was successfully deleted. No content is returned.
401
Invalid or missing authentication token.
404
An exploration with the specified ID was not found.
Example Request
cURL