Skip to main content
DELETE
/
v0
/
tags
/
rules
/
{tag_rule_id}
Delete a tag rule
curl --request DELETE \
  --url https://api.sandbox.teal.dev/v0/tags/rules/{tag_rule_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'teal-instance-id: <teal-instance-id>'
{
  "message": "<string>",
  "data": "<unknown>",
  "display_message": "<string>",
  "error_code": "invalid_date"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

teal-instance-id
string
required

The teal instance ID

Path Parameters

tag_rule_id
string
required

The tag ID

Response

Successful Response