Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to use HTTPService to delete a card in trello?

Asked by 6 years ago

I'm making an admin script that requires you to input a response code, that code is stored on trello. I want it so that when it's used it gets deleted.

The current trello API does not have any removal features, so im trying to make it myself but the wiki isn't the most useful source.

Any help?

0
Roblox only allows POST and GET requests not DELETE or other types of request User#5423 17 — 6y
0
Is there any way to make it check for a labelID inside of a card then? CondescendingReality 7 — 6y
0
You would need to check the api for trello User#5423 17 — 6y
0
You could script it so that when the code is used, the card with the codes gets moved to another list called "Used code" FazNook 61 — 6y
0
Will HTTPService allow PUT requests? CondescendingReality 7 — 6y

Answer this question