Skip to main content
DELETE
/
funnel-column-card
Excluir cards de CRM
curl --request DELETE \
  --url http://localhost:3001/funnel-column-card/ \
  --header 'Content-Type: application/json' \
  --header 'X-JuriChat-Api-Key: <api-key>' \
  --data '
{
  "ids": [
    "<string>"
  ]
}
'
"<string>"

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.

Body

application/json
ids
string[]
required

IDs dos cards a serem removidos.

Pattern: ^[cC][^\s-]{8,}$

Response

Confirmação da operação.

Confirmação da operação.