cURL
curl --request DELETE \ --url https://api-qa.interactly.ai/integrations/v2/integrations/{integration_id} \ --header 'Authorization: Bearer <token>'
{ "integration": { "teamId": "5eb7cf5a86d9755df3a6c593", "createdBy": "5eb7cf5a86d9755df3a6c593", "updatedBy": "5eb7cf5a86d9755df3a6c593", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "_id": "5eb7cf5a86d9755df3a6c593", "logicalId": "<string>", "provider": "microsoft", "name": "<string>", "status": "active", "access": "team", "config": { "scope": "<string>", "accessToken": "<string>", "refreshToken": "<string>", "tokenType": "<string>", "expiresAt": "2023-11-07T05:31:56Z", "connectedAt": "2023-11-07T05:31:56Z", "renewedAt": "2023-11-07T05:31:56Z", "errorMessage": "<string>", "provider": "microsoft", "authType": "oauth", "authUserEmail": "<string>", "authUserName": "<string>" }, "timezone": "UTC" } }
Retrieve your API Key from Dashboard API Keys Section.
24
"5eb7cf5a86d9755df3a6c593"
Successful Response
Response model for a single integration. Contains a IntegrationsModel object.
Single integration object
Show child attributes