Skip to main content

Delete a Customer Address

DELETE 

/v2/customers/:customerID/addresses/:addressID

Delete a Customer Address

Request

Path Parameters

    customerID stringrequired

    The ID of the customer that contains the address to delete.

    addressID stringrequired

    The ID of the address to delete.

Responses

No Content

Loading...