delete
https://apis.elai.io/api/v1/sso
Deletes the AuthIntegration and unsets the auth field on every user linked to it, so those users fall back to email + password and can no longer sign in through the identity provider.
Recorded in the CloudWatch audit log (api / SsoIntegrationDeleted).
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
curl -X DELETE 'https://apis.elai.io/api/v1/sso' \
-H 'Authorization: Bearer YOUR_API_TOKEN'
204Integration deleted and users unlinked.
