remove zendesk from community types

This commit is contained in:
Ruben Fiszel
2022-08-16 23:52:19 +02:00
parent 99594ff968
commit c758646eda
-18
View File
@@ -1,18 +0,0 @@
{
"workspace_id": "starter",
"name": "zendesk",
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"token": {
"type": "string",
"description": ""
}
},
"required": [
"token"
],
"type": "object"
},
"description": "Zendesk OAuth2 credentials"
}