Skip to contents

Delete a thread by id

Usage

thread_delete(thread_id)

Arguments

thread_id

The ID of the thread to delete

Value

a response object with deleted field set to true if successful

Examples

if (FALSE) {
thread_delete("thread_abc123")
}