You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x
DeleteAddressProps
Properties for deleting a user address.
export interface DeleteAddressProps extends BaseUserId {
addressId: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
addressId | Required | string | Id of the address to be deleted. |