cURL
curl --request DELETE \ --url http://localhost:3001/tag/{id} \ --header 'X-JuriChat-Api-Key: <api-key>'
{ "message": "<string>", "statusCode": 123, "details": "<unknown>" }
Remove a tag pelo ID. Retorna 204 sem corpo em caso de sucesso.
Documentation IndexFetch the complete documentation index at: https://docs.jurichat.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.jurichat.com/llms.txt
Use this file to discover all available pages before exploring further.
Chave de API do escritório (criada no painel). Envie o valor no header X-JuriChat-Api-Key.
ID da tag a ser excluída.
Default Response