Adyen · Schema

DeleteNotificationConfigurationRequest

PaymentsFinancial ServicesFintech

Properties

Name Type Description
notificationIds array A list of IDs of the notification subscription configurations to be deleted.
View JSON Schema on GitHub

JSON Schema

adyen-deletenotificationconfigurationrequest-schema.json Raw ↑
{
  "$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"
}