Skip to main content
DELETE
/
v0
/
tag-groups
/
{groupId}
/
dimensions
/
{dimensionId}
Delete a tag group dimension
curl --request DELETE \
  --url https://external.pleo.io/v0/tag-groups/{groupId}/dimensions/{dimensionId} \
  --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 this dimension belongs to

dimensionId
string<uuid>
required

Unique identifier of the Tag Group dimension to be deleted

Response

default - application/json;charset=UTF-8

default response