Node referencePipeline (Kanban)
DELETE_CARD
DELETE_CARD node.
What it does
DELETE_CARD node.
Inputs & outputs
| Input handle |
|---|
| None |
| Output handle |
|---|
| None |
Configuration
No configuration.
Example
How it works
DELETE_CARD permanently removes a card from a Pipeline board. Provide pipelineId, columnId (the card's current column), and cardId. The card is removed immediately and cannot be recovered. See Pipeline Boards.
Example
When a lead submits a "not interested" form, an HTTP_TRIGGER fires with the cardId and column details from the original intake record. Wire pipelineId, columnId, and cardId into DELETE_CARD to remove the prospect card from the "Active Leads" column. Chain LOG_ACTIVITY before the delete to record the outcome in the contact's marketing timeline for future reference.