Skip to main content

Revoke

When the organization revokes the connection to Stratech Booking, an SelfService Revoked event will be dispatched to the webhook. Even after the provider has been revoked, users who attempt to login will encounter an error on the login page.

SelfService Revoked

When a provider is revoked or deleted the following event is sent:

Example of a SelfService.revoked event
{
"eventType": "SelfService.revoked",
"eventData": {
"organizationReference": "org_12345"
}
}
note

It's advisable to hide the login button upon receiving the SelfService.revoked event. By doing so, guests won't face a potential error page in Identity, even though the link to the login remains valid.