Skip to main content

Delete an Account Address

DELETE 

/v2/accounts/:accountID/addresses/:addressID

Delete a specific account within a store

Request

Path Parameters

    accountID stringrequired

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

    addressID stringrequired

    The ID of the address to delete.

Responses

No Content

Loading...