# Delete exam question **DELETE /api/v1/exam/{id}/question/{questionId}** Remove a question from an exam. Only admins and lecturers can delete questions. ## Servers - Local server: http://localhost:3500 (Local server) - Production server: https://api.echoplain.social (Production server) ## Parameters ### Path parameters - **id** (string) UUID of the exam - **questionId** (string) UUID of the question to delete ## Responses ### 200 Question deleted successfully ### 400 Default bad request error 400 response #### Body: application/json (object) - **message** (string) Response message - **error** (string) - **statusCode** (number) ### 404 Question not found [Powered by Bump.sh](https://bump.sh)