Question Routes
Delete Question
Deletes a specific question by its ID
DELETE
/
question
/
{questionId}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the question to delete