Remove an application

Deletes an existing error tracking application.

DELETE https://errors.betterstack.com/api/v1/applications/{id}

URL parameters

id
required string

Headers

Authorization
required string
204
401

Response body

{
  "errors": "Invalid authentication"
}
404

Response body

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

Example cURL

Example
curl --request DELETE \
  --url https://errors.betterstack.com/api/v1/applications/1234 \
  --header "Authorization: Bearer $TOKEN"