| thread_id | The thread identifier returned by the fttl_thread_create function when the persistent thread was created. If this is NULL, name is used instead. |
| name | The logical thread name as specified using the thread_set_name function. This is ignored unless thread_id is NULL. |
| instance | The specific instance to be removed, or zero if all instances of thread_id are to be removed. |
| KERN_SUCCESS | The persistent thread specified by thread_id or name was successfully removed from the timeline. |
| KERN_INVALID_ARGUMENT | Neither thread_id nor name specifies a valid persistent timeline thread. |