Delete a quiz answer by id (manager)

DELETE /manager/quiz-answer/{id}

Path parameters

  • id integer Required

    The quiz answer id

Responses

  • Quiz a,swer deleted successfully

  • 401 application/json

    Unauthorized.

    Hide response attribute Show response attribute object
  • Forbidden - You don't have permission to access this route

  • Not found - The quiz answer does not exist

DELETE /manager/quiz-answer/{id}
curl \
 -X DELETE https://domain.tld/api/v2/manager/quiz-answer/{id}
Response examples (401)
{
  "message": "Unauthorized."
}