Skip to main content
DELETE
Delete a quiz

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

quizId
string
required

The ID of the quiz to delete

Response

Quiz successfully deleted

status
enum<string>
Available options:
success
message
string
Example:

"Quiz successfully deleted"