---
title: "Delete Contact"
method: DELETE
path: "/campaigns/v1/contacts/{contact_id}"
tags: ["Contacts"]
---

# Delete Contact

`DELETE /campaigns/v1/contacts/{contact_id}`

Delete a contact by ID.
- **contact_id**: The ID of the contact to delete.

## Path parameters

- `contact_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/interactly/apis/interactly-api-2.md) · [All operations](https://skmtc.dev/interactly/apis/interactly-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/interactly/interactly-api-2/revisions/a9901c64edf4/schema)
