Delete constructor

const Delete(
  1. [String path = '']
)

Implementation

const Delete([String path = '']) : super('DELETE', path);