deleteConnectionRecordingPreferences
abstract suspend fun deleteConnectionRecordingPreferences(input: DeleteConnectionRecordingPreferencesRequest = DeleteConnectionRecordingPreferencesRequest { }): DeleteConnectionRecordingPreferencesResponse
Deletes the preferences for recording RDP connections.
Samples
fun main() {
//sampleStart
// Delete the connection recording preferences for the account
val resp = ssmGuiConnectClient.deleteConnectionRecordingPreferences()
//sampleEnd
}