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

# Delete a contact

`DELETE /contacts/{contactId}`

Permanently deletes a contact by their ID.

**Permission:** `Contacts Write` required.

**Monitoring:** No impact.

## Path parameters

- `contactId` integer, required

## Response `201`

Contact successfully deleted.

## Other responses

- `400` — Invalid contact ID format.
- `401` — Unauthorized — missing or invalid API token, or missing `Contacts Write` permission.
- `404` — Contact not found — no contact matches the provided ID.
- `500` — Internal server error.

---

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