---
title: "Delete contact data"
method: POST
path: "/contacts/purge"
---

# Delete contact data

`POST /contacts/purge`

Permanently deletes a contact and all associated data.

## Request body

- union
  - object
    - `id` string, nullable, required — External contact ID
    - `email` string, nullable — Contact email address
    - `source` string, nullable — Source system to limit search to
  - object
    - `id` string, nullable — External contact ID
    - `email` string, nullable, required — Contact email address
    - `source` string, nullable — Source system to limit search to

## Response `200`

The contact purge was initiated successfully

- object
  - `success` boolean

## Other responses

- `404` — No contacts found matching the provided criteria

---

[API](https://skmtc.net/monterey-ai/apis/reforge-insights-formerly-monterey-ai-api.md) · [All operations](https://skmtc.net/monterey-ai/apis/reforge-insights-formerly-monterey-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/monterey-ai/reforge-insights-formerly-monterey-ai-api/revisions/fd623cac2355/schema)
