---
title: "Delete event"
method: DELETE
path: "/storage/notifications/v1/event"
tags: ["Notifications"]
---

# Delete event

`DELETE /storage/notifications/v1/event`

Remove a notification event threshold. This will stop alerts for the specified storage usage, file count, traffic, or request limit.

## Query parameters

- `client_id` integer

## Request body

- EventResponse — Event for storage notification
  - `bucket_name` string
  - `bytes` integer — Bytes as limit
  - `count` integer — Count as limit
  - `name` string, required — name of type notification
  - `storage_name` string
  - `uuid` string

## Response `204`

A SuccessResponse is a response that shows that operations was completed successfully

## Other responses

- `400` — ErrResponse
- `401` — ErrResponse
- `409` — ErrResponse

---

[API](https://skmtc.dev/g-core/apis/gcore-openapi.md) · [All operations](https://skmtc.dev/g-core/apis/gcore-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/g-core/gcore-openapi/revisions/09e652815095/schema)
