v51

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-0175184292.5 KB
Webhooks

A webhook that is sent whenever an existing user is deleted.

post/userDeleted

Request body

webookIdstring
clientIdstring
eventTimestampstring
userIdstring

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 user was deleted successfully