{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/DeleteNotificationConfigurationRequest", "title": "DeleteNotificationConfigurationRequest", "properties": { "notificationIds": { "description": "A list of IDs of the notification subscription configurations to be deleted.", "items": { "format": "int64", "type": "integer" }, "type": "array" } }, "required": [ "notificationIds" ], "type": "object" }