cURL
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" }
Deletes an existing tag rule.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The teal instance ID
The tag ID
Successful Response