cURL
curl --request DELETE \ --url http://dolphinflashcards.com/api/remove-flashcard-from-shared-folder \ --header 'Content-Type: application/json' \ --data ' { "jwtToken": "...", "sharedFolderID": "folder-id", "flashcardID": "flashcard-id" } '
Flashcard removed