Feedback: DELETE
Delete a feedback post from the database.
Request
To delete a specific feedback post:
/api/feedback/:feedbackID
Requires bearer authentication.
Response
Should return 204 status code.
Delete a feedback post from the database.
To delete a specific feedback post:
/api/feedback/:feedbackID
Requires bearer authentication.
Should return 204 status code.