deleteThread

expect fun deleteThread(threadId: String)

Deletes a Thread by given Thread ID.

Parameters

threadId

ID of the Thread to delete

Throws

thrown when instance is closed

thrown when method encounters an exception

thrown when method encounters an unknown exception

actual fun deleteThread(threadId: String)

Deletes a Thread by given Thread ID.

Parameters

threadId

ID of the Thread to delete

Throws

thrown when instance is closed

thrown when method encounters an exception

thrown when method encounters an unknown exception

actual external fun deleteThread(threadId: String)

Deletes a Thread by given Thread ID.

Parameters

threadId

ID of the Thread to delete

Throws

thrown when instance is closed

thrown when method encounters an exception

thrown when method encounters an unknown exception