PUT
/v1/private/traces/threads/closeClose trace thread(s)Close one or multiple trace threads. Supports both single thread_id and multiple thread_ids for batch operations.
Request body
application/json
objectTraceThreadBatchIdentifier
project_idstring · uuidproject_namestringthread_idstringthread_idsarray of stringShow child attributes
{
"project_id": "00000000-0000-0000-0000-000000000000",
"project_name": "string",
"thread_id": "string",
"thread_ids": [
"string"
]
}Responses
objectErrorMessage
codeinteger · int32detailsstringmessagestring{
"code": 0,
"details": "string",
"message": "string"
}