---
title: "Delete an event type by ID"
method: DELETE
path: "/event-types/{id}"
tags: ["Endpoints"]
---

# Delete an event type by ID

`DELETE /event-types/{id}`

This endpoint deletes an event type by its [UUID](/reference/uuid-prefixes.

Do note that related events, invites and reviews will not be deleted.

[Please contact us in case you are unsure removing event types!](https://etrusted.com/en/contact/)

## Path parameters

- `id` string, required

## Headers

- `Authorization` string, required

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found

---

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