Function: deleteCard()
ts
function deleteCard(
client,
parameters,
options?): Promise<void>;Defined in: api/cards.ts:156
Delete a Card
Parameters
| Parameter | Type | Description |
|---|---|---|
client | Client | - |
parameters | { id: string; } | - |
parameters.id | string | The ID of the Card |
options? | RequestOptions | - |
Returns
Promise<void>