chessgame

RESTful chessgame developed with kotlin

View on GitHub

htwdd.chessgame.server.controller / MatchController / deleteMatchById

deleteMatchById

@DeleteMapping(["application/json", "application/xml"], ["/{id}"]) fun deleteMatchById(@PathVariable id: Int, response: HttpServletResponse): ResponseEntity<Unit>

Handles the DELETE request for the URI /matches/{id}

Parameters

id - Identifier of the match to be deleted

Author Felix Dimmel

Since 1.0.0