API 1
cURL
curl --request DELETE \ --url https://external.pleo.io/v0/tags/{tagId} \ --header 'Authorization: Bearer <token>'
JWT Bearer token authentication. Include the token in the Authorization header as: Bearer <token>
Bearer <token>
Unique identifier of the tag to delete.
default response
Was this page helpful?