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

# Delete a contact

`DELETE /v1/contacts/{id}`

Soft-deletes a contact. The contact can no longer be retrieved after deletion. Returns 404 if the contact is in a workspace outside the API key scope.

## Path parameters

- `id` string, required

## Response `204`

Contact deleted successfully

## Other responses

- `401` — Invalid or missing API key
- `403` — Subscription required or plan not eligible
- `404` — Contact not found or outside API key scope

---

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