Skip to main content
DELETE
/
v0
/
tag-groups
/
{groupId}
Deletes the tag group resource by id
curl --request DELETE \
  --url https://external.pleo.io/v0/tag-groups/{groupId} \
  --header 'Authorization: Bearer <token>'
true

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

Response

default - application/json;charset=UTF-8

default response

The response is of type boolean.