Question Routes
Delete Quiz Question API
Delete a specific question from a quiz using the question ID
DELETE
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the question to delete
Response
200
application/json
Question successfully deleted
The response is of type object
.