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
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