---
title: "DELETE /event"
method: DELETE
path: "/event"
tags: ["event"]
---

# DELETE /event

`DELETE /event`

## Query parameters

- `id` string, uuid
- `created_at` string, timestamp with time zone
- `organization_id` string, uuid
- `name` string, text
- `description` string, text
- `visibility` string, text
- `cover_url` string, text
- `start_at` string, timestamp with time zone
- `end_at` string, timestamp with time zone
- `timezone` string, text
- `virtual_info` string, jsonb
- `location_type` string, text
- `geo_longitude` string, numeric
- `geo_latitude` string, numeric
- `geo_address_metadata` string, jsonb
- `geo_address_visible` string, boolean
- `ticket_currency` string, text
- `max_capacity` string, numeric
- `spots_remaining` string, numeric
- `is_capped` string, boolean
- `require_approval` string, boolean
- `hide_rsvp` string, boolean
- `show_guest_list` string, boolean
- `allow_price_range` string, boolean
- `creator_email_is_verified` string, boolean
- `enable_tipping` string, boolean
- `waitlist_enabled` string, boolean
- `geo_address_info` string, jsonb
- `slug` string, text
- `eventspace_id` string, uuid

## Headers

- `Prefer` 'return=representation' | 'return=minimal' | 'return=none'

## Response `204`

No Content

---

[API](https://skmtc.net/revent-app/apis/standard-public-schema.md) · [All operations](https://skmtc.net/revent-app/apis/standard-public-schema/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/revent-app/standard-public-schema/versions/90ce877204f2/schema)
