Excluir tag
curl --request DELETE \
--url https://api.jurichat.com/tag/{id} \
--header 'x-jurichat-api-key: <api-key>'{
"message": "<string>",
"statusCode": 123,
"details": "<unknown>"
}Tags
Excluir tag
Remove a tag pelo ID. Retorna 204 sem corpo em caso de sucesso.
DELETE
/
tag
/
{id}
Excluir tag
curl --request DELETE \
--url https://api.jurichat.com/tag/{id} \
--header 'x-jurichat-api-key: <api-key>'{
"message": "<string>",
"statusCode": 123,
"details": "<unknown>"
}⌘I