Unlink (Disconnection)

This event is fired to notify you of when a connected account has been unlinked from your App or Business successfully.

📘

mono.events.account_unlinked

API object

{
  event: 'mono.events.account_unlinked',
  data: {
      account: {
        id: '60770aa8c5878a2af69ed849'
      }
  }
}

Fields for mono.events.account_unlinked webhook

FieldDescriptionType
eventThe webhook event action that triggered the webhook, e.g. mono.events.account_unlinkedstring
dataAll information related to this specific webhookobject
data.accountThe object holding the account idstring
data.account.idThe unique identifier for the user account that just got unlinkedstring