Skip to main content
DELETE
/
tag
/
{id}
Excluir tag
curl --request DELETE \
  --url http://localhost:3001/tag/{id} \
  --header 'X-JuriChat-Api-Key: <api-key>'
{
  "message": "<string>",
  "statusCode": 123,
  "details": "<unknown>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.jurichat.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-JuriChat-Api-Key
string
header
required

Chave de API do escritório (criada no painel). Envie o valor no header X-JuriChat-Api-Key.

Path Parameters

id
string
required

ID da tag a ser excluída.

Response

Default Response