---
title: "Block Contact"
method: POST
path: "/v1/calendars/contacts/block"
tags: ["Calendars"]
---

# Block Contact

`POST /v1/calendars/contacts/block`

Block a contact so they can’t follow your calendar or join its events. They stop receiving your invites and newsletters until you restore them.

## Request body

- object
  - `contact_id` string — Contact ID (the `id` from contacts/list, usually starts with usr-). Provide this or email.
  - `email` string — Email of the contact. Provide this or contact_id.

## Response `200`

Successful response.

- object — Empty response

---

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