A webhook that is sent whenever an existing connection is deleted.
Request body
Example request
{
"webookId": "06fe1fd7-fc50-43a7-b564-8a2c5f3bab44",
"clientId": "WEALTHYCHIPMUNK",
"eventTimestamp": "2022-01-21T15:11:19.217000-05:00",
"userId": "external_user@test.com"
}Response
Return a 200 status to indicate that the connection was deleted successfully
Changes
Changed in 2 of the 64 revisions of this API.345
- ▲
removed
WebhookBaseOAuthWebhookBasefrom the request bodyanyOflistrequest-body-any-of-removed
- ▲
the request's body type/format changed from
/toobject/request-body-type-changed
- ○
added the new optional request property
clientIdnew-optional-request-property
- ○
added the new optional request property
eventTimestampnew-optional-request-property
- ○
added the new optional request property
userIdnew-optional-request-property
- ○
added the new optional request property
webookIdnew-optional-request-property
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the request's body type/format changed from
object/to/request-body-type-changed
- ●
removed the request property
clientIdrequest-property-removed
- ●
removed the request property
eventTimestamprequest-property-removed
- ●
removed the request property
userIdrequest-property-removed
- ●
removed the request property
webookIdrequest-property-removed
- ○
added
WebhookBaseOAuthWebhookBaseto the request bodyanyOflistrequest-body-any-of-added
- ▲