DELETE
/
question
/
{questionId}
curl --request DELETE \
  --url https://app.quizrise.com/api/v1/question/{questionId} \
  --header 'Authorization: Bearer <token>'
{
  "status": "success",
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

questionId
string
required

The ID of the question to delete

Response

200
application/json
Question successfully deleted
status
enum<string>
required
Available options:
success
message
string
required