Quiz Routes
Delete Quiz API
Delete a quiz and all its associated questions
DELETE
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the quiz to delete
Response
200
application/json
Quiz successfully deleted
The response is of type object
.