API 1
cURL
curl --request DELETE \ --url https://external.pleo.io/v0/tag-groups/{groupId} \ --header 'Authorization: Bearer <token>'
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Unique identifier of the tag group to delete.
Tag group successfully removed.
Was this page helpful?