diff --git a/json/Webhooks-v1.json b/json/Webhooks-v1.json index 2041d2d..b497a84 100644 --- a/json/Webhooks-v1.json +++ b/json/Webhooks-v1.json @@ -1039,9 +1039,6 @@ ], "summary" : "Recurring contract created", "description" : "A recurring contract has been created. [Enable this webhook](https://docs.adyen.com/development-resources/webhooks/webhook-types#non-default-event-codes) in your Customer Area.", - "deprecated" : true, - "x-deprecatedInVersion" : "1", - "x-deprecatedMessage" : "Use Tokenization webhooks instead.", "operationId" : "post-RECURRING_CONTRACT", "x-sortIndex" : 0, "x-methodName" : "recurringContractCreated", diff --git a/yaml/Webhooks-v1.yaml b/yaml/Webhooks-v1.yaml index 748f893..d59a229 100644 --- a/yaml/Webhooks-v1.yaml +++ b/yaml/Webhooks-v1.yaml @@ -769,9 +769,6 @@ webhooks: summary: Recurring contract created description: A recurring contract has been created. [Enable this webhook](https://docs.adyen.com/development-resources/webhooks/webhook-types#non-default-event-codes) in your Customer Area. - deprecated: true - x-deprecatedInVersion: '1' - x-deprecatedMessage: Use Tokenization webhooks instead. operationId: post-RECURRING_CONTRACT x-sortIndex: 0 x-methodName: recurringContractCreated