---
title: "Erase contact"
method: DELETE
path: "/whatsapp/contacts/{identifier}"
tags: ["Contacts"]
---

# Erase contact

`DELETE /whatsapp/contacts/{identifier}`

Permanently erase a WhatsApp contact and all associated data (conversations, messages, media).

The erasure is processed asynchronously. A `204 No Content` response confirms the erasure job was queued.

The `identifier` can be the contact UUID or the WhatsApp phone number (E.164 format).

## Response `204`

Erasure queued successfully

## Other responses

- `404` — Contact not found
- `422` — Invalid phone number

---

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