Hello Evryone,
I have 10K+ cards which was identified by our BI team which are no longer used.
How can I delete these cards (have the cardid of them) with the API / python sdk?
Hi @user039888
The Python SDK doesn't export the Card Management endpoint so you won't be able to delete the cards using that SDK. You could possibly utilize the Java CLI (https://knowledge.domo.com/Administer/Other_Administrative_Tools/Command_Line_Interface_(CLI)_Tool) to delete the cards using the 'delete-card' command. You might have to programatically generate the list of commands to run for each card and do a copy and paste to run those within the CLI.