---
title: "Permanently delete an existing game event. Returns 204 No Content on success.
Permission is enforced via an explicit pre-check: callers that can read but not edit
receive 403; callers that cannot read receive 404."
method: DELETE
path: "/virtual-events/v3/game-events/{eventId}"
tags: ["Game Events"]
---

# Permanently delete an existing game event. Returns 204 No Content on success.
Permission is enforced via an explicit pre-check: callers that can read but not edit
receive 403; callers that cannot read receive 404.

`DELETE /virtual-events/v3/game-events/{eventId}`

## Path parameters

- `eventId` integer, required

## Response `204`

The event was deleted.

## Other responses

- `401` — Caller is not authenticated.
- `403` — Caller can read the event but lacks delete permission.
- `404` — Event does not exist or caller cannot see it.
- `500` — The backend rejected the delete after the permission pre-check passed.

---

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