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

# Delete contact

`DELETE /contacts/{companyId}/{customId}`

Deletes a contact by `customId`. If `customId` does not match any contact, no error is raised — the call still returns `200`.

## Path parameters

- `customId` string, required
- `companyId` string, required

## Response `200`

Successful Response

- ModifyContactsResponseSchema
  - `id` string, required — Embat resource ID

## Other responses

- `401` — Unauthorized. The bearer token is missing, invalid or expired.
- `404` — Not found. The requested resource or `companyId` does not exist.
- `422` — Validation Error
- `500` — Unexpected error. Contact support if it persists.

---

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