DELETE
/
delete-quest
curl --request DELETE \
  --url http://dolphinflashcards.com/api/delete-quest \
  --header 'Content-Type: application/json' \
  --data '{
  "jwtToken": "<string>",
  "questId": "<string>"
}'
{
  "message": "Quest deleted successfully"
}

Body

application/json

Response

200
application/json

Quest deleted successfully.

The response is of type object.