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

# Delete a contact

`DELETE /contacts/{id}`

Deletes a contact from Nutshell. Can be recovered by posting to /contacts/{id}/undelete

## Path parameters

- `id` string[], required

## Response `204`

No Content

---

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