php-trello-api icon indicating copy to clipboard operation
php-trello-api copied to clipboard

Add Function to Delete/Remove Cards

Open djbusby opened this issue 8 years ago • 1 comments

lib/Trello/Api/Card.php is missing the bits to delete/remove a card, I'll just leave this here:

public function remove($id)
{
    return $this->delete($this->getPath().'/'.rawurlencode($id));
}

djbusby avatar Feb 11 '17 17:02 djbusby

Bump to add into the lib.

GeertHauwaerts avatar Jul 09 '21 04:07 GeertHauwaerts