Remove a collector

Permanently deletes a collector. This action is irreversible and will also remove all associated configurations and stop data collection. The underlying sources and their data will be deleted asynchronously.

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

URL parameters

id
required string

Headers

Authorization
required string
204
401
404

Example Request

cURL
curl -X DELETE "https://telemetry.betterstack.com/api/v1/collectors/1" \
     -H "Authorization: Bearer $TOKEN"