Threads, gRPC: ThreadService.Delete
Written by
Updated at November 26, 2024
Delete a thread by its ID.
gRPC request
rpc Delete (DeleteThreadRequest) returns (DeleteThreadResponse)
DeleteThreadRequest
{
"thread_id": "string"
}
Request message for deleting a thread by ID.
Field |
Description |
thread_id |
string Required field. ID of the thread to delete. |
DeleteThreadResponse
{}
Response message for the delete operation.
Field |
Description |
Empty |