# Delete occurrence

`DELETE /events/{eventId}/occurrences/{id}`

Base URL: `https://api.viewcy.com/2025_06`

## Parameters

- `eventId` (path, string, **required**) (example: `00000000-0000-0000-0000-000000000000`)
- `id` (path, string, **required**) (example: `00000000-0000-0000-0000-000000000000`)

## Responses

### 200 — Hard-deletes an occurrence with no connected records

- `meta` (object)
  - `requestId` (string)

### 401 — Returns 401

- `object` (string)
- `status` (integer)
- `message` (string)
- `meta` (object)
  - `requestId` (string)

### 403 — Hard-deletes an occurrence with no connected records

- `object` (string)
- `status` (integer)
- `message` (string)
- `meta` (object)
  - `requestId` (string)

### 404 — Hard-deletes an occurrence with no connected records

- `object` (string)
- `status` (integer)
- `message` (string)
- `meta` (object)
  - `requestId` (string)

### 422 — Hard-deletes an occurrence with no connected records

- `object` (string)
- `status` (integer)
- `message` (string)
- `errors` (array)
  Items:
    - `message` (string)
- `meta` (object)
  - `requestId` (string)

---
Full OpenAPI spec: https://developer.viewcy.com/openapi/2025_06_viewcy_api.yaml

Interactive docs: https://developer.viewcy.com/api/delete-occurrence
