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

# Delete contact

`DELETE /api/v1/user/contacts/{contact_id}`

Delete a contact.

## Path parameters

- `contact_id` string, uuid, required

## Headers

- `x-api-key` string, nullable

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

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