---
title: "Excluir endereço"
method: DELETE
path: "/customers/{customer_id}/addresses/{address_id}"
---

# Excluir endereço

`DELETE /customers/{customer_id}/addresses/{address_id}`

Com o verbo _HTTP DELETE_, através do identificador do endereço(`address_id`) e do identificador do cliente (`customer_id`) ao qual o endereço está associado, é possível remover o endereço da **Wallet** do cliente.

## Path parameters

- `customer_id` string, required
- `address_id` string, required

## Response `200`

200

- object
  - `id` string
  - `line_1` string
  - `street` string
  - `number` string
  - `zip_code` string
  - `neighborhood` string
  - `city` string
  - `state` string
  - `country` string
  - `status` string
  - `created_at` string
  - `updated_at` string
  - `deleted_at` string
  - `customer` object
    - `id` string
    - `name` string
    - `email` string
    - `document` string
    - `type` string
    - `delinquent` boolean
    - `created_at` string
    - `updated_at` string
    - `phones` object
      - `home_phone` object
        - `country_code` string
        - `number` string
        - `area_code` string
      - `mobile_phone` object
        - `country_code` string
        - `number` string
        - `area_code` string
    - `metadata` object
      - `company` string

## Other responses

- `404` — 404

---

[API](https://skmtc.net/mundipagg/apis/mundipagg-api.md) · [All operations](https://skmtc.net/mundipagg/apis/mundipagg-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mundipagg/mundipagg-api/revisions/1ddb9f03a82d/schema)
