**Problem description** <!-- A clear and concise description of what the problem is. --> The current response to deleting a session is `200 OK`, but it should be `204 No Content` **Expected behavior** <!-- A clear and concise description of what should be changed. --> Change the `delete` response for `/sessions/{sessionId}` to `204 No Content` **Alternative solution** <!-- A clear and concise description of any alternative solutions if any. --> **Additional context** <!-- Add any other context of the considered correction. -->
Problem description
The current response to deleting a session is
200 OK, but it should be204 No ContentExpected behavior
Change the
deleteresponse for/sessions/{sessionId}to204 No ContentAlternative solution
Additional context