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.
Quest deleted successfully.
The response is of type object.
object