curl --request DELETE \
--url https://api.open.cx/tags/{tag_name} \
--header 'Authorization: Bearer <token>'{
"statusCode": 123,
"message": "<string>",
"error": "<string>"
}Remove a tag from your organization. Sessions that already have this tag will keep it.
curl --request DELETE \
--url https://api.open.cx/tags/{tag_name} \
--header 'Authorization: Bearer <token>'{
"statusCode": 123,
"message": "<string>",
"error": "<string>"
}Was this page helpful?