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

# Delete contact

`DELETE /contacts/{id}`

Permanently delete a contact

## Path parameters

- `id` string, required

## Response `204`

Contact deleted successfully (no content returned)

## Other responses

- `401` — Missing or invalid API key.
- `404` — The requested resource does not exist in this project.

---

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