Getting Started
AI
Platform Admin
Operations
Audit Logs
Connection Deleted
The schema is of type object
.
Copy
Ask AI
{
"id": "<string>",
"created": "<string>",
"updated": "<string>",
"platformId": "<string>",
"projectId": "<string>",
"projectDisplayName": "<string>",
"userId": "<string>",
"userEmail": "<string>",
"ip": "<string>",
"action": "connection.deleted",
"data": {
"connection": {
"displayName": "<string>",
"externalId": "<string>",
"pieceName": "<string>",
"status": "ACTIVE",
"type": "OAUTH2",
"id": "<string>",
"created": "<string>",
"updated": "<string>"
},
"project": {
"displayName": "<string>"
}
}
}
Assistant
Responses are generated using AI and may contain mistakes.