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

# Delete contact (soft delete)

`DELETE /v1/contacts/{id}`

Soft-deletes a contact by setting deletedAt timestamp. The contact is NOT permanently removed. Returns 204 even if already soft-deleted (idempotent).

## Path parameters

- `id` string, uuid, required — Contact UUID

## Response `204`

Contact soft-deleted successfully (no content)

## Other responses

- `400` — Invalid contact ID format
- `401` — Missing or invalid API key
- `403` — API key does not have access to this contact
- `404` — Contact not found

---

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