Adyen · JSON Structure

Notification Configurations Delete Notification Configuration Request Structure

DeleteNotificationConfigurationRequest schema from Adyen API

Type: object Properties: 1 Required: 1
PaymentsFinancial ServicesFintech

DeleteNotificationConfigurationRequest is a JSON Structure definition published by Adyen, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

notificationIds

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/notification-configurations-delete-notification-configuration-request-structure.json",
  "description": "DeleteNotificationConfigurationRequest schema from Adyen API",
  "type": "object",
  "properties": {
    "notificationIds": {
      "description": "A list of IDs of the notification subscription configurations to be deleted.",
      "items": {
        "type": "int64"
      },
      "type": "array"
    }
  },
  "required": [
    "notificationIds"
  ],
  "name": "DeleteNotificationConfigurationRequest"
}