---
title: "Deletar contatos da carteira"
method: POST
path: "/v2/customers/wallets/remove-all"
tags: ["conversas-v2-contacts"]
---

# Deletar contatos da carteira

`POST /v2/customers/wallets/remove-all`

Deletar todos os contatos associados à carteira.

## Request body

- object
  - `wallet_name` string, required — Nome da carteira.

## Response `200`

Contatos removidos da carteira

- object
  - `quantityModified` integer — Quantidade de registros alterados.

## Other responses

- `400` — Bad request
- `401` — Access Token missing or invalid
- `403` — Not authorized to access such resource
- `404` — Resource not found
- `500` — Internal Server Error

---

[API](https://skmtc.net/rdstation/apis/webhook-service.md) · [All operations](https://skmtc.net/rdstation/apis/webhook-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rdstation/webhook-service/revisions/3867c21388e8/schema)
