deleteById

@DeleteMapping(value = ["/{id}"])
fun deleteById(@PathVariable id: String)

根据 ID 删除注册客户端

Parameters

id

主键