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

# Delete a contact

`DELETE /contacts/{contactId}`

## Path parameters

- `contactId` string, uuid, required

## Response `200`

Contact deleted successfully

- object
  - `id` string, uuid, required — Id of the deleted contact

## Other responses

- `401` — Unauthorized
- `404` — Contact not found

---

[API](https://skmtc.net/indigohive/apis/cogfy-messenger-public-api.md) · [All operations](https://skmtc.net/indigohive/apis/cogfy-messenger-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/indigohive/cogfy-messenger-public-api/versions/30bd33ee45c9/schema)
