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

# Remove Contact

`POST /v1/calendars/contacts/remove`

Remove a contact from your calendar. They stop receiving your invites and newsletters but can follow again on their own later.

## 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/revisions/12835be09062/schema)
