Closed PlesnikJakub closed 2 years ago
Create an endpoint for deletion of question by its Id. The route must follow the REST schema.
/api/v1/Question
Cover new code with unit tests and E2E tests
As a User, I want to be able to delete a question, So that I can remove duplicates, outdated, or simply unwanted items.
Done and deployed 👍
Description
Create an endpoint for deletion of question by its Id. The route must follow the REST schema.
/api/v1/Question
Cover new code with unit tests and E2E tests
User story
As a User, I want to be able to delete a question, So that I can remove duplicates, outdated, or simply unwanted items.
AC