delete

Synopsis

delete(serial: string, path: string) : Promise<Response>

Send a DELETE request to a LinQ device connected to LinQ Network Library. This routine is basically a thin wrapper around send.

Parameters

Parameter Description
serial: string Serial number of the device to receive request
path: string The URL of the request (IE: “/ATX/about”)

Example

See send

See Also

  1. get
  2. post
  3. send