You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
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
@Ashleigh Aathar are you replacing {cardid} with the card id so it looks like
id=ad0s98a0df&
or are you replacing cardid with the card id so that it looks like
id={adsf09adf}&
It should be the former ... Also, are you able to fetch the card details with a GET request? That would demonstrate there are no problems generally with your syntax or access to the card
Hello Community! My name is Brittany Joiner and I am a Trello enthusiast and Atlassian Community Leader. I'll be sharing with you a series of videos with my top tips on how to best use Trello...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.