cURL
curl --request DELETE \ --url http://dolphinflashcards.com/api/delete-quest \ --header 'Content-Type: application/json' \ --data ' { "jwtToken": "<string>", "questId": "<string>" } '
{ "message": "Quest deleted successfully" }
Delete a quest if the user is the owner.
JWT token for authentication.
The ID of the quest to delete.
Quest deleted successfully.
"Quest deleted successfully"