cURL
curl --request DELETE \ --url https://app.quizrise.com/api/v1/quiz/{quizId} \ --header 'Authorization: Bearer <token>'
{ "status": "success", "message": "Quiz successfully deleted" }
Delete a quiz and all its associated questions
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the quiz to delete
Quiz successfully deleted
The response is of type object.
object