{
"opencollection": "1.0.0",
"info": {
"name": "Coveo Activity Activities Zendesk API",
"version": "1.0.0"
},
"request": {
"auth": {
"type": "oauth2",
"flow": "authorization_code",
"authorizationUrl": "https://platform.cloud.coveo.com/oauth/authorize",
"accessTokenUrl": "https://platform.cloud.coveo.com/oauth/token",
"credentials": {
"clientId": "{{clientId}}",
"clientSecret": "{{clientSecret}}"
}
}
},
"items": [
{
"info": {
"name": "Zendesk",
"type": "folder"
},
"items": [
{
"info": {
"name": "Unlink the Zendesk Installation",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "https://platform.cloud.coveo.com/pages/:organizationID/zendesk/unlink",
"params": [
{
"name": "organizationID",
"value": "",
"type": "path",
"description": "The unique identifier of the target Coveo Cloud [organization](https://docs.coveo.com/en/185) (e.g., 'mycoveocloudv2organizationg8tp8wu3')."
},
{
"name": "installationId",
"value": "",
"type": "query",
"description": "The Zendesk Installation Id."
}
]
},
"docs": "Remove the link between the Zendesk Installation and the Coveo Organization.
**Required privilege:** Search Pages - Edit
Privilege required
```{ \"owner\": \"SEARCH_API\", \"targetDomain\": \"SEARCH_PAGES\", \"type\": \"EDIT\", \"targetId\": \"*\" }``` "
}
]
}
],
"bundled": true
}