Remove a group

Deletes an existing application group.

DELETE https://errors.betterstack.com/api/v1/application-groups/{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/application-groups/5678 \
  --header "Authorization: Bearer $TOKEN"