---
title: "PATCH /user-notice-events/{event_id}"
method: PATCH
path: "/user-notice-events/{event_id}"
tags: ["userNoticeEvents"]
---

# PATCH /user-notice-events/{event_id}

`PATCH /user-notice-events/{event_id}`

Disables a user notice event by id

## Path parameters

- `event_id` integer, required

## Response `200`

- NoticeEvent
  - `countries` string[] — DBStringSlice is a []string with database conversion methods
  - `created` string
  - `enabled` boolean
  - `exclude_bundle_bookings` boolean
  - `from` string
  - `guest_acknowledgement_text` string
  - `guest_need_to_acknowledge` boolean
  - `guest_user_text` string
  - `host_acknowledgement_text` string
  - `host_help_url` string
  - `host_need_to_acknowledge` boolean
  - `host_user_text` string
  - `id` integer
  - `lat` number, double
  - `lng` number, double
  - `name` string
  - `radius` number, double
  - `requires_booking_request` boolean
  - `to` string
  - `updated` string

## Other responses

- `400` — Invalid input or state means you're bad
- `401` — Unauthorized error
- `403` — Forbidden error
- `404` — Not found error
- `500` — Internal server error

---

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