---
title: "Block a contact"
method: POST
path: "/blocklist/contacts"
---

# Block a contact

`POST /blocklist/contacts`

Block a contact by email. The AI will stop responding to messages from this contact.

## Request body

- BlockContactInputDto
  - `email` string, email, required — The email of the contact to block
  - `reason` string — Why the contact is being blocked

## Response `200`

Default Response

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.net/open/apis/opencx-api.md) · [All operations](https://skmtc.net/open/apis/opencx-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/open/opencx-api/versions/57b06b52302d/schema)
