---
title: "Delete a contact"
method: DELETE
path: "/contacts/{contactId}"
tags: ["Phone Book Entries"]
---

# Delete a contact

`DELETE /contacts/{contactId}`

Permanently deletes a contact from the phonebook.

## Path parameters

- `contactId` string, required

## Response `200`

Contact deleted successfully.

- object
  - `status` string, required — Status of the delete operation

## Other responses

- `401` — Unauthorized.
- `403` — Forbidden.
- `404` — Contact not found.

---

[API](https://skmtc.net/guesty/apis/guesty-open-api.md) · [All operations](https://skmtc.net/guesty/apis/guesty-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/guesty/guesty-open-api/versions/7c62644070f2/schema)
