v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-151,1412,2144.5 MB
Notifications

Delete event

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

delete/storage/notifications/v1/event

Query parameters

client_idinteger

Client ID

Request body

bucket_namestring
bytesinteger

Bytes as limit

countinteger

Count as limit

namestring required

name of type notification

storage_namestring
uuidstring

Example request

{
  "bytes": 500,
  "count": 5,
  "name": "reaching_used_space, reaching_files_quantity, reaching_used_traffic, reaching_used_requests"
}

Response

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