0
4
The code will delete the record with the given guid.
Shortcut: cad
cad
0 Comments
[HttpDelete("{id:guid}")] [Route("/")] public async Task<IActionResult> Delete(Guid id) { return NoContent(); }