---
title: "Delete a location"
method: DELETE
path: "/v1/events/{eventId}/locations/{locationId}"
tags: ["Locations"]
---

# Delete a location

`DELETE /v1/events/{eventId}/locations/{locationId}`

Use this endpoint to delete an existing location from a specific event type in your Zuddl organization. Note: Default locations cannot be deleted.

Required API key scopes: `WRITE`

**This API can only be called with an access key that was generated for Backend usage.**

## Path parameters

- `eventId` string, required
- `locationId` string, required

## Response `204`

Location deleted successfully

## Other responses

- `400` — Invalid location ID or event ID, or attempting to delete default location
- `401` — Unauthorized
- `404` — Location not found

---

[API](https://skmtc.net/zuddl/apis/zuddl-webhook-documentation.md) · [All operations](https://skmtc.net/zuddl/apis/zuddl-webhook-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zuddl/zuddl-webhook-documentation/revisions/571c1d41e62a/schema)
