Delete constructor

const Delete(
  1. String path
)

Implementation

const Delete(String path) : super(HttpMethod.delete, path);