Deleting a group does not delete the explorations within it. Those explorations will become ungrouped.
Explore documentation
Remove an exploration group
Permanently deletes an exploration group by its ID.
DELETE
https://telemetry.betterstack.com/api/v2/exploration-groups/{id}
URL parameters
id
required
integer
The unique identifier of the exploration group to delete.
Headers
Authorization
required
string
Bearer $TOKEN
204
The exploration group was successfully deleted. No content is returned.
404
An exploration group with the specified ID was not found.
Example Request
cURL