No Content

Overview

This endpoint can be used to delete an address.

Endpoint: /api/v1/addresses/{address_id}

Method: DELETE

URL Parameters

address_id
integer
required

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.

No Content