Excluir cards de CRM
curl --request DELETE \
--url https://api.jurichat.com/funnel-column-card/ \
--header 'Content-Type: application/json' \
--header 'x-jurichat-api-key: <api-key>' \
--data '
{
"ids": [
"<string>"
]
}
'"<string>"CRM
Excluir cards de CRM
Remove um ou mais cards do funil de CRM pelos IDs informados.
DELETE
/
funnel-column-card
/
Excluir cards de CRM
curl --request DELETE \
--url https://api.jurichat.com/funnel-column-card/ \
--header 'Content-Type: application/json' \
--header 'x-jurichat-api-key: <api-key>' \
--data '
{
"ids": [
"<string>"
]
}
'"<string>"⌘I