deleteCard( )


Deprecated. This function is being discontinued in the upcoming months. We are working to provide alternatives, and we'll provide timely updates before implementing any changes. We understand that this transition might present challenges, and we appreciate your patience and understanding.

Deletes a workflow card by ID.

The deleteCard() function returns a Promise when the specified card has been deleted.

This function requires you to specify the ID of a card. To learn about retrieving IDs in the Workflow API, see Retrieving IDs.

Method Declaration
Copy
Method Parameters
cardIdstringRequired

ID of the card to delete.

Was this helpful?
Yes
No