Delete a question by ID
Path parameters
-
id
string Required ID of the question
DELETE
/questions/{id}
curl \
-X DELETE localhost:8080/questions/{id}
ID of the question
curl \
-X DELETE localhost:8080/questions/{id}