Skip to main content
DELETE
/
v0
/
tag-groups
/
{groupId}
Delete a tag group
curl --request DELETE \
  --url https://external.pleo.io/v0/tag-groups/{groupId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

groupId
string<uuid>
required

Unique identifier of the tag group to delete.

Response

204

Tag group successfully removed.