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

# Delete contact

`DELETE /api/v1/contacts/contact/{contactId}`

This API endpoint deletes the contact.

## Path parameters

- `contactId` string, required

## Response `204`

No content

## Other responses

- `400` — Bad model
- `401` — Unauthorized user
- `404` — Entity not found

---

[API](https://skmtc.net/getprospect/apis/calls.md) · [All operations](https://skmtc.net/getprospect/apis/calls/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getprospect/calls/revisions/5211a12644da/schema)
