Skip to main content

Delete an Account Address

DELETE 

https://useast.api.elasticpath.com/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

Authorization: http

name: BearerTokentype: httpscheme: bearer
curl -L -X DELETE 'https://useast.api.elasticpath.com/v2/accounts/:accountID/addresses/:addressID' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Base URL
https://useast.api.elasticpath.com
Auth
Parameters
— pathrequired
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!