diff --git a/packages/nocodb/src/schema/swagger.json b/packages/nocodb/src/schema/swagger.json index 6e9793a2ce..1311718842 100644 --- a/packages/nocodb/src/schema/swagger.json +++ b/packages/nocodb/src/schema/swagger.json @@ -12968,30 +12968,6 @@ }, "title": "Visibility Rule Request Model", "type": "array" - }, - "Webhook": { - "description": "Model for Webhook", - "examples": [ - { - "id": "string", - "title": "string", - "type": "string" - } - ], - "properties": { - "id": { - "$ref": "#/components/schemas/Id", - "description": "Unique ID" - }, - "title": { - "type": "string" - }, - "type": { - "type": "string" - } - }, - "title": "Webhook Model", - "type": "object" } }, "responses": {