Home > @zero-dim/request > AlAxios > remove
AlAxios.remove() method
发送 DELETE 请求
Signature:
typescript
remove<T = any>(url: string, data: any, options?: RequestOptionsType): Promise<CommonResultType<T>>;
Parameters
Parameter | Type | Description |
---|---|---|
url | string | |
data | any | |
options | (Optional) |
Promise<CommonResultType<T>>