deleteConnection

abstract suspend fun deleteConnection(connectionId: String): B2BSSODeleteConnectionResponse

Delete an existing SSO connection.

Return

B2BSSODeleteConnectionResponse

Parameters

connectionId

The ID of the connection to delete


abstract fun deleteConnection(connectionId: String, callback: (B2BSSODeleteConnectionResponse) -> Unit)

Delete an existing SSO connection.

Parameters

connectionId

The ID of the connection to delete

callback

a callback that receives a B2BSSODeleteConnectionResponse