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

# Delete contact

`DELETE /v1/contacts/{contact_id}`

Delete an existing contact

## Path parameters

- `contact_id` string, required

## Response `204`

No content - Contact successfully deleted

## Other responses

- `422` — Validation error

---

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