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

# Delete contact

`DELETE /contacts/{contactId}`

This API endpoint allows you to delete a specific contact identified by ID.

Please be aware that once the contact is deleted, there's no way to recover it, so use this feature with care.

## Path parameters

- `contactId` string, uuid, required — ID of the contact

## Response `204`

It means that the contact has been updated.

## Other responses

- `404` — Not Found
- `422` — Unprocessable Entity

---

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