Remove an exploration group

Permanently deletes an exploration group by its ID.

Deleting a group does not delete the explorations within it. Those explorations will become ungrouped.

DELETE https://telemetry.betterstack.com/api/v2/exploration-groups/{id}

URL parameters

id
required integer

Headers

Authorization
required string
204
404

Example Request

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