* Make a Http DELETE Request to a server using native libraries.
(options: HttpOptions)
| 181 | * Make a Http DELETE Request to a server using native libraries. |
| 182 | */ |
| 183 | delete(options: HttpOptions): Promise<HttpResponse>; |
| 184 | } |
| 185 | |
| 186 | /** |
no outgoing calls
no test coverage detected