deleteThread

suspend fun AgentMailClient.deleteThread(inboxId: String, threadId: String, block: DeleteThreadBuilder.() -> Unit = {})

Deletes a thread by inbox and thread ID.