Method: Trello::Card#delete

Defined in:
lib/trello/card.rb

#deleteString

Delete this card

Returns:

  • (String)

    the JSON response from the Trello API



286
287
288
# File 'lib/trello/card.rb', line 286

def delete
  client.delete("/cards/#{id}")
end