<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@vue-storefront/odoo-api](./odoo-api.md) &gt; [deleteAddress](./odoo-api.deleteaddress.md)

## deleteAddress() function

<b>Signature:</b>

```typescript
export default function deleteAddress(context: Context, params: GraphQlDeleteAddressParams, customQuery?: CustomQuery): Promise<FetchResult<void>>;
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  context | Context |  |
|  params | GraphQlDeleteAddressParams |  |
|  customQuery | CustomQuery |  |

<b>Returns:</b>

Promise&lt;FetchResult&lt;void&gt;&gt;

