3PillarGlobal-Czechia / interview-app-api

API for Interview App.
MIT License
3 stars 1 forks source link

UseCase: Delete Question API #55

Closed PlesnikJakub closed 2 years ago

PlesnikJakub commented 2 years ago

Description

Create an endpoint for deletion of question by its Id. The route must follow the REST schema.

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

PlesnikJakub commented 2 years ago

Done and deployed 👍