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