# Delete an address Deletes an address object from our system Please note, that addresses may be deleted only before a verification was created Endpoint: DELETE /addresses/{address_id} Security: Your API key ## Path parameters: - `address_id` (string, required) A unique identifier of an address object, that is assigned by our system after an address entity was created Example: "723f46ab04feb64f442946f2953a67eaecf7" ## Response 200 fields (application/json): - `address_id` (string) A unique identifier of an address object, that is assigned by our system after an address entity was created ## Response 400 fields (application/json): - `type` (string) Example: "bad_request" - `errors` (array) ## Response 500 fields (application/json): - `type` (string) Example: "internal_server" - `errors` (array)