API 1
cURL
curl --request DELETE \ --url https://external.pleo.io/v0/tag-groups/{groupId} \ --header 'Authorization: Bearer <token>'
true
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
default response
The response is of type boolean.
boolean