invoke

suspend operator fun invoke(sessionToken: String? = null): ResultS1SDK<Boolean, ErrorS1SDK>

This function should be called when it is required to delete the user operator account.

Return

ResultS1SDK<Boolean, ErrorS1SDK>

Parameters

sessionToken

String an specific session token for consuming the API. Only is required when you have an specific custom session handling with a valid session token for this request or you did not set the initial SDK setup. If null, you must have to set the initial SDK setup for handling automatically the session behind the scenes.