Skip to main content
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>"
}

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