# Delete a question from CAT **DELETE /api/v1/cats/{id}/question/{question}** Permanently removes a question from a CAT. This also removes all student responses to this question. ## Servers - Local server: http://localhost:3500 (Local server) - Production server: https://api.echoplain.social (Production server) ## Parameters ### Path parameters - **question** (string) Question ID to delete - **id** () CAT ID (not used in logic but required for route) ## Responses ### 200 Question deleted successfully ### 400 Default bad request error 400 response #### Body: application/json (object) - **message** (string) Response message - **error** (string) - **statusCode** (number) ### 403 Insufficient permissions or question cannot be deleted (has responses) ### 404 Question not found [Powered by Bump.sh](https://bump.sh)