---
title: "Remove Host"
method: POST
path: "/v1/events/hosts/remove"
tags: ["Events"]
---

# Remove Host

`POST /v1/events/hosts/remove`

Remove a host from an event. The event creator cannot be removed.

## Request body

- object
  - `event_id` string, required — Event ID, this usually starts with evt-
  - `email` string, required — Email of the host to remove.

## 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)
