Quiz

Delete a quiz

DELETE
/api/v1/quiz/delete/{quizId}
/api/v1/quiz/delete/{quizId}

The Authorization access token

Authorization

Authorization
Required
<token>

Please enter a valid access token

In: header

Path Parameters

quizId
Required
string

The ID of the quiz to delete

curl -X DELETE "https://example.com/api/v1/quiz/delete/string" \
  -H "Authorization: <token>"

OK