Unlink Account API | Hitchhikers Platform
The Account Unlink event is fired when a customer uninstalls your app. Use this webhook to keep track of who is still actively using your app.
Use Cases
- Stop pushing data to Yext for customers that uninstall your app
- Make other adjustments on your end when a customer uninstalls your app
Reference Docs
Guides
Account Unlink: Webhook Webhook
Fired when an account uninstalls your App.
Request Body schema: application/json
object |
Request samples
- Payload
Content type
application/json
{- "meta": {
- "eventType": "ACCOUNT_UNLINKED",
- "uuid": "string",
- "timestamp": "string",
- "accountId": "string",
- "appSpecificAccountId": "string"
}
}
Feedback