Hello, is there any endpoint to deactivate or delete a tag from the database, I have several test tags without assigning them to cases and I would like to delete them,
to get the tags I am consuming an api:
endpoint: /api/external/v1/settings/tag-definition/
method get
and this comes back to me as a response:
Is there any way to delete or disable if I pass the name of the tag or any id? I need to delete those tags that say test.
¡thanks!