Skip to main content
WEBHOOK
connection.deleted
{
  "connection_id": "connection_id",
  "data": {
    "deleted_date": "2022-01-01T00:00:00Z"
  },
  "event_type": "connection.deleted",
  "integration_name": "integration_name",
  "integration_type": "general"
}

Body

application/json
connection_id
string
required
Example:

"connection_id"

data
object
required
event_type
string
required
Example:

"connection.deleted"

integration_name
string
required
Example:

"integration_name"

integration_type
string
required
Example:

"general"

Response

200

Success

I