---
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.

## Changes

- **2026-08-09** `a13aa5345f8e` — 2 info
  - added the media type `application/json` for the response with the status `404`
  - added the non-success response with the status `401`

[Change history](https://skmtc.dev/useplunk/apis/plunk-api/changes/contacts/:id/delete.md)

---

[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)
