R/thread_delete.R
thread_delete.Rd
Delete a thread by id
thread_delete(thread_id)
The ID of the thread to delete
a response object with deleted field set to true if successful
if (FALSE) { thread_delete("thread_abc123") }