cURL
curl --request DELETE \ --url https://api.sandbox.teal.dev/v0/platform/tag-groups/{tag_group_id} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>", "data": "<unknown>", "display_message": "<string>", "error_code": "invalid_date" }
Deletes an existing tag group from the platform. This will also remove all tags this tag group from all line entries and transactions.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The tag group ID
Successful Response