Delete user address

API Endpoint uses to remove a specific address from a specific User.

Using Ordering SDK

const response = await ordering.users(userId).addresses(AddressId).delete();
Language
Authorization
Header
Click Try It! to start a request and see the response here!