Skip to main content
DELETE
/
tag-groups
/
{tagGroupId}
/
tags
/
{tagId}
Delete a tag
curl --request DELETE \
  --url https://openapi.pleo.io/v1/tag-groups/{tagGroupId}/tags/{tagId} \
  --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

Open API Bearer token

Path Parameters

tagGroupId
string
required

Unique UUID of the tag group.

Example:

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

tagId
string
required

Unique UUID of the tag.

Example:

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

Response

200 - application/json

Success

The response is of type object.