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

eventIdinteger required

Game event ID to delete (from path).

Response

The event was deleted.

Changes

No recorded changes to this endpoint across all 16 revisions of this API.