Hi all, I have a question regarding deleting a card via REST Api.
In my request, I format it as described on the Trello documentation, with the request method set to 'DELETE' and the request url being:
https://api.trello.com/1/cards/?id={cardId}&key={key}&token={token} where the values in {} are replaced with the actual values.
However, I am unable to delete the card and I receive this message via Postman:
Cannot DELETE /1/cards/?id={cardId}&key={key}&token={token}
Thanks and appreciate the help