Remove a source

Permanently deletes an existing source.

DELETE https://telemetry.betterstack.com/api/v1/sources/{source_id}

URL parameters

id
required string

Headers

Authorization
required string
204
404

Response body

{
  "errors": "Resource with provided ID was not found"
}

Example cURL

Example
curl --request DELETE \
  --url https://telemetry.betterstack.com/api/v1/sources/123 \
  --header "Authorization: Bearer $TOKEN"