Method: Trello::Card#delete

Defined in:
lib/trello/card.rb

#deleteString

Delete this card

Returns:

  • (String)

    the JSON response from the Trello API



307
308
309
# File 'lib/trello/card.rb', line 307

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