Skip to main content
DELETE
/
tags
Delete a tag
curl --request DELETE \
  --url https://api.eu.bronto.io/tags \
  --header 'Content-Type: application/json' \
  --header 'X-BRONTO-API-KEY: <api-key>' \
  --data '
{
  "name": "environment",
  "entity": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "type": "log"
  }
}
'
{
  "code": 499,
  "type": "Not Found",
  "correlation_id": "<string>",
  "details": "Resource not found."
}

Authorizations

X-BRONTO-API-KEY
string
header
required

Body

application/json
name
string
required

The name of the tag

Required string length: 1 - 255
Example:

"environment"

entity
object
required

Response

Tag successfully deleted.