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>'

Documentation Index

Fetch the complete documentation index at: https://developers.pleo.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT Bearer token authentication. Include the token in the Authorization header as: Bearer <token>

Path Parameters

groupId
string<uuid>
required

Unique identifier of the tag group to delete.

Response

204

Tag group successfully removed.