Skip to main content
DELETE
/
v0
/
tags
/
{tagId}
Delete a tag
curl --request DELETE \
  --url https://external.pleo.io/v0/tags/{tagId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

tagId
string<uuid>
required

Unique identifier of the tag to delete.

Response

default - application/json;charset=UTF-8

default response