Addresses
Delete Address
Overview
This endpoint can be used to delete an address.
Endpoint: /api/v1/addresses/{address_id}
Method: DELETE
URL Parameters
The ID of the address you wish to .
Response
If the address is successfully deleted, the API will return a 204 No Content
status code.
The response will not contain any content.