cURL
curl --request DELETE \ --url https://api.us.lexful.app/v1/sso_connections/{connectionId} \ --header 'Authorization: Bearer <token>' \ --header 'X-Account-ID: <api-key>'
{ "status": 123, "message": "<string>", "error_id": "<string>", "error_code": "<string>", "developer_message": "<string>" }
Delete an existing SSO connection
Bearer token
Account ID
SSO connection ID
Allowed IP deleted successfully
Was this page helpful?