Make a DELETE request
(path: string, options?: RequestOptions)
| 169 | |
| 170 | /** Make a DELETE request */ |
| 171 | delete<T>(path: string, options?: RequestOptions): Promise<ApiResponse<T>> |
| 172 | |
| 173 | // ============================================================================ |
| 174 | // Type-safe endpoint methods |
no outgoing calls