cURL
curl --request DELETE \ --url https://app.quizrise.com/api/v1/question/{questionId} \ --header 'Authorization: Bearer <token>'
{ "status": "success", "message": "<string>" }
Delete a specific question from a quiz using the question ID
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the question to delete
Question successfully deleted
success