Any way to delete customer default address?

Hello,

We are using Shopify API in Node.js and we want to delete all the customer addresses including the default address. Right now it is giving an error when we going to delete a default address.

https://shopify.dev/api/admin-rest/2022-04/resources/customer-address#put-customers-customer-id-addresses-address-id

Is there any way to delete the customer default address/all the address?

Thanks

Pathik Gandhi

Hello Pathikmedly,

You can delete customer addresses using this

But you can not delete the default address.