Skip to main content
DELETE
/
tag-groups
/
{tagGroupId}
Delete or archive a tag group.
curl --request DELETE \
  --url https://openapi.pleo.io/v1/tag-groups/{tagGroupId} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Open API Bearer token

Path Parameters

tagGroupId
string
required

Unique UUID of the tag group.

Example:

"0f0e000-000d-0d00-000b-00db0d000fae"

Query Parameters

archive
boolean

This flag allows you to archive the tag group as opposed to a forced delete of the tag group and it's associations.

Response

200 - application/json

Success

The response is of type object.