Signature: httpDelete(clientID: int, path: string, headers: string) -> int

Description: Makes an HTTP DELETE request to the specified path.

Parameters

Returns: int

Example

let status = httpDelete(clientId, "/delete", "")
print("DELETE status: ${status}")